Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

ManyMeet/ManyMeet

Repository files navigation

ManyMeet

A scheduling tool for event organizers that need to manage and facilitate meetings for groups of people.

Screen shot from app

Demo

Check out the video for a brief overview of the app.

Backend

NestJS Postgres MikroOrm

Frontend

Angular

Integrations

google

Getting Started

  1. From the root folder npm i to install client and server dependencies.
  2. Add a server/.env file with the credentials. See server/.env.example for reference.
  3. This app integrates with google calendar, so some of the functionality requires a google developer account.
  4. From the root folder start the server with npm run start:server
  5. Ensure that the db was created properly.
  6. From the root folder in a new terminal window start the client with npm run start:client
  7. Access the app at http://localhost:4200
  8. Endpoints with sample data can be found in the ManyMeet.postman_collection.json in the root folder.

Contributing

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.

About

A scheduling app for event organizers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published