#Blog Platform
- We are writing acceptance tests using Mocha and Shot.
- We are using node's core Assert module for assertions.
- We are writing HTTP servers using node.
- Install dependencies with
npm install
- Create a
creds.json
file in your project directory containing your database info. Seecreds.json.example
for format - Start the server with
make s
ornode server.js
- Run the tests with
make t
ornpm test