Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 428 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 428 Bytes

Dependencies

Initially, install the following dependencies locally:

  1. Install Docker;
  2. Install Docker Compose;

Project Initialization

  1. In the main project folder, build and start the application with the command:
docker-compose up
  1. The backend will be available at: http://localhost:8000/.