Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 656 Bytes

readme.md

File metadata and controls

19 lines (9 loc) · 656 Bytes

#Chalk Notes API Build Status

API for Chalk Notes app.

For information about the available endpoints check out the wiki.

###Deployment

In order for the tests to run you will need to install jest globally, make sure to run npm install -g jest. We also need babel so make sure to run npm install -g babel-cli.

###Development

When running this in development use nodemon.

###Tests To run tests, make sure you have a mongod instance running and the server.js file. Start up script to come!