A tutorial build I did following a Udemy course on Node. Just an exercise - no demo available
- Basic express application with routing, models and database setup
To get this up and running on your computer, using SSH
- clone repo:
git clone git@github.com:mdiedricks/task-manager-api.git - cd into: `/src/
- run: node
index.js
Here is a link to the course