This is a starting point for todo-list app powered with React, Node and Postgres.
- Frontend: React
- Backend: Node.js
- Database: Postgres
- Database Admin Interface: Adminer
git clone https://github.com/ajeetraina/todolist-node-postgres
cd todolist-node-postgres
docker compose up -d
After the application starts, navigate to http://localhost:3000
in your web browser.
Stop and remove the containers
$ docker compose down