donal
2018-06-14 aa93ed4dfa25ec1eb834c2aed59672773bc67128
commit | author | age
987e46 1 # todolist-api
D 2 API backend built in NodeJS using Express to add TODOs to a MongoDB. 
3
4 ## Build and Run
5 `npm run dev`
dc8520 6
D 7 ## Start the db 
8 This requires Docker installed.
9 `npm run mongodb`