Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 413 Bytes

TO-DO-LIST

Dockerized React-app with FastAPI and PostgreSQL

Installation

  1. Clone code from the repository to the local machine

$ git clone git@github.com:Slavian2015/TODO_REACT.git path_on_locahost

  1. CD into the project folder
  2. Inside the main project directory run

docker-compose up -d --build

To start interacting with the application, open http://localhost:3000/ on a browser.