Deven Phillips
2018-06-13 649fd664254629324626f018b20b6ec7e2c5f33f
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`