Øystein Bedin
2019-06-26 dac3b367122d38cb1f860fc6f269d7a3f7727a7b
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`