CS-546 Web Development Final Project
Installation Guide:
- Install node packages by running
npm i
- Run mongodb database in terminal
mongod --dbpath /path/to/store/db/files
- In serparate terminal process start the web server
npm start
- (optional) Seed the database in another terminal process
npm run seed
- You can now login/register and create a pet!