edit | blame | history | raw

todolist-api

API backend built in NodeJS using Express to add TODOs to a MongoDB.

Build and Run

npm run dev

Start the db

This requires Docker installed.
npm run mongodb