https://github.com/utsavkumar-280/hacka
MayaMeet app a meeting management system.
https://github.com/utsavkumar-280/hacka
Last synced: 11 months ago
JSON representation
MayaMeet app a meeting management system.
- Host: GitHub
- URL: https://github.com/utsavkumar-280/hacka
- Owner: utsavkumar-280
- Created: 2021-04-19T01:22:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T03:42:56.000Z (about 5 years ago)
- Last Synced: 2025-02-28T09:01:30.863Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://hackathon-maya.herokuapp.com/
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hacka
MayaMeet app a meeting management system. Its keeps the record of your upcoming video call meetings.
Its basically a todo type app, where you can add your upcoming meetings, search them by meeting organiser's name, and also delete them when you want to.

I have implemented the backend middelwares using ExpressJS and used Mongoose library to communicate with the MongoDB database hosted on Atlas.
Frontend is simply made with React and some other libraries like axois , react-router-dom .
These are the backend endpoints from which ,this app retrieves and posts data .
//GET list of meetings
https://hackathon-maya.herokuapp.com/meet-details
//POST a meet detail
https://hackathon-maya.herokuapp.com/meet-details
//DELETE a specific meet detail
https://hackathon-maya.herokuapp.com/meet-details/:id