Node
MongoDB
*Note: Make sure you have MongoDB up and running on your computer
From within the root directory:
Install project dependencies:
npm install
Build a client bundle with webpack:
npm run build
Start the App:
npm start
Seed database with data:
npm run seed
Application URL: http://localhost:3001