TomaszG / cypress-training-toDoList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo List

Simple ToDo list with API and DB

How to run

  1. Start the app with:
    docker-compose up  --force-recreate --build
    
  2. Open http://localhost:3000 in browser

How to stop

Use the following command:

docker-compose down --volumes --rmi local

About


Languages

Language:JavaScript 76.7%Language:Dockerfile 13.6%Language:CSS 7.3%Language:HTML 2.1%Language:Shell 0.2%