Skip to content

A TypeScript & Express app for scheduling group meetings

License

Notifications You must be signed in to change notification settings

aubreypc/when-to-meet

Repository files navigation

when-to-meet

Pre-reqs

Getting started

  • Clone the repository
  • Install dependencies
cd <project_name>
npm install
  • Configure your mongoDB server
# create the db directory
sudo mkdir -p /data/db
# give the db correct read/write permissions
sudo chmod 777 /data/db
  • Start your mongoDB server (you'll probably want another command prompt)
mongod
  • Build and run the project
npm run build
npm start

Finally, navigate to http://localhost:3000 and you should see the template being served and rendered locally!

About

A TypeScript & Express app for scheduling group meetings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published