Skip to content

HackerYou/chalk-api

Repository files navigation

#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!