donal
2018-04-23 dc8520a4111785c15a09db15fd35fb7689dd47c7
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`