Skip to content

AndyHubert/TopTal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  • Node >= 6.4.0
  • npm >= 3.10.3
  • MongoDB >= 3.2.9

Installation

frontend$ npm install
backend$ npm install

Running

Run the following concurrently:

mongod  # use sudo if necessary
backend$ npm start
frontend$ npm start

Seeds and Tests

backend$ npm test

Note: that the username:password "Peter:pw" is an Admin level user from the seeds file, opening full app functionality.

Note: To avoid an error when running tests, change line 10 of /backend/node_modules/json2mongo/node_modules/bson/ext/index.js to the following:

bson = require('bson');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published