- Node.js 7.10.0
- MongoDB 3.4.4
- Install MongoDB and Node.js
- Run
npm install
in BallroomDanceChoreographer folder - Run
npm install -g --only=dev
to installmongo-seed-db
globally - Run MongoDB with
mongod
, enter--dbpath
parameter if desired - Run
seed
in console to seed the MongoDB instance with the dances and step information - Run
bin\www.js
in 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!