Link- Click Here!
Its a TodoList webapp where people can make a list of tasks and edit it accordingly.
- Clone the Repo
- Move to the Dir
- Run the below commands:
npm i
node app.js
- Project is served on http://localhost:3000/
- First make sure your laptop has Docker
- Open terminal, run
docker pull kitarp29/todolist:1.0
- Run
docker run -e DB_URL -d --name pk -p 3000:3000 kitarp29/todolist:1.0
- The API is running at http://localhost:3000/