Database name : MeetingsAPI Collections : Meeting_Details, Participant_Details
Working Process :
- Run the main.go file by executing the command 'go run main.go'
- One the prompt 'Starting the application..." is displayed, navigate to postman website
- For the first use - case , type 'http://localhost:12345/meetings/" and send a http post request with a json file
- For the second use - case , type 'http://localhost:12345/meetings/{id}" and send a http get request
- For the third use - case , type 'http://localhost:12345/meetings/start={id1}&end={id2}" and send a http get request
- For the fourth use - case , type 'http://localhost:12345/participants/{id}" and send a http get request Mongodb is connected at 27017 port number