- Employed my own Data structure for easy access and updation
 - POST to meetings is complete
 - The date fomat is **DD/MM/YYYY HH:MM:SS**(24 hour format) or else error will be given
 - MongoDB also checks for any meeting collisions
 - Also retrival is well configured but json Output is not there
 - BSON output is possible but I wasn't able to convert BSON to JSON object
 - No external Package is used
 - Also the GET request of meeting by id and meeting by start and end date is done
 - But wasn't able to convert to JSON output
 - Meeting Id is improved
 - Currently working on all meetings function
 
To run the program Do in git directory