Deven Phillips
2018-06-13 6d2c78edc8757c070eebf148a2702d6fe7ba9a54
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`