Adesoji1 / todolist-node-postgres

A Sample todo List app using Node and Postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Basic Todo List App

This is a starting point for todo-list app powered with React, Node and Postgres.

Tech Stack

image
  • Frontend: React
  • Backend: Node.js
  • Database: Postgres
  • Database Admin Interface: Adminer

Clone the repository

git clone https://github.com/ajeetraina/todolist-node-postgres
cd todolist-node-postgres

Bringing up the service containers

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

About

A Sample todo List app using Node and Postgres


Languages

Language:JavaScript 81.0%Language:HTML 9.3%Language:Dockerfile 4.9%Language:SCSS 2.9%Language:CSS 2.0%