This is the backend for the Heyday app, a Makers Academy Final Project created by Myoung Bae, Andy Bird, Ryan Grimes, Courtney Stow, Ginny Thomas and Matt Zimmer. This has been created in Express.
The front end app can be accessed here.
Clone this repo's contents to a local repository, and navigate to that repository in the command line.
- Run
npm installin the command line - If any errors are encountered, use
npm audit fix — forceif prompted to until vulnerabilities are gone - To run locally, run
npm startin the command line from the root of the directory
To check it is running correctly, go to http://localhost:9000/; you should see information for a default room (start date: 2022-01-12, end date: 2022-01-15, 3 participants) in an API.