A simple todo app
- Node
- Git
- MongoDB
Clone the repo and install the dependencies.
git clone https://github.com/bmerracho/nodejs-todo-app.git
cd nodejs-todo-app
npm install
To start the express server, run the following
npm start
To run the unit test, run the following
npm test