National Park Reviews - Aurora National Park Reviews Web Application for CS-546 Web Programming course at Stevens Institute of Technology To install the dependencies: npm install To run the seed task and populate the database: npm run seed To run the server npm start The ADMIN account: username: admin emailaddress: [email protected] password: Admin123! Some DEMO account: 1 username: Jacky emailaddress: [email protected] password: Z697097c! 2 username: Johnny emailaddress: [email protected] password: John12345! 3 username: Morgan emailaddress: [email protected] password: Morgan12345! Git repo: https://github.com/ywtai/cs546_group32_final_project