- Node.js 7.10.0
- MongoDB 3.4.4
- Install MongoDB and Node.js
- Run
npm installin BallroomDanceChoreographer folder - Run
npm install -g --only=devto installmongo-seed-dbglobally - Run MongoDB with
mongod, enter--dbpathparameter if desired - Run
seedin console to seed the MongoDB instance with the dances and step information - Run
bin\www.jsin Node - Navigate your web browser to localhost:3000
- Enjoy!
A Node app to create dance routines for ballroom, I'm planning on having user profiles and the ability to create new steps!