/hacer-be

Primary LanguageTypeScript

Hacer!

A to-do list web-app.

Back-End

Look inside .env, change the value what you need.

all this step are inside this directory

  • DB setup
docker compose up -d
  • Run it
npm install
npm run dev
  • To stop the DB
docker compose stop