A scheduling tool for event organizers that need to manage and facilitate meetings for groups of people.
Check out the video for a brief overview of the app.
- From the root folder
npm ito install client and server dependencies. - Add a
server/.envfile with the credentials. Seeserver/.env.examplefor reference. - This app integrates with google calendar, so some of the functionality requires a google developer account.
- From the root folder start the server with
npm run start:server - Ensure that the db was created properly.
- From the root folder in a new terminal window start the client with
npm run start:client - Access the app at
http://localhost:4200 - Endpoints with sample data can be found in the
ManyMeet.postman_collection.jsonin the root folder.
Contributions are welcome. Fork this repo and send a pull request for review. There are some open issues and features documented in the Github issues tab.