Node To-Do API 📝

Setting up

Install mongoDB

Run on terminal:

cd mongo/bin
./mongod --dbpatch ~/mongo-data

On your IDE

npm install
npm init

Start Server

npm run start

Can check if API is working with a client like Postman

My Environment:

Screenshot_2018_10_09_at_11_45_15