Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 575 Bytes

MeetingsAPI

An API based on stack : Golang and MongoDb

Guide for the Project

camelCase styling is used throughout the project for naming elements. HTTP Request to root"/" can be made for initial testing(check if the API is functional) for the final API. Schedule a meeting - POST to URL : ‘/meetings’ Get a meeting using id -GET to URL : ‘/meeting/’ List all meetings within a time frame -GET to URL :‘/meetings?start=&end=’ List all meetings of a participant -GET to URL : ‘/meetings?participant=’