Skip to content

How to run the application

Gabriel Coloma edited this page Mar 9, 2024 · 7 revisions

Backend

  • Use the git clone command to clone the project
  • Open Docker Desktop
  • Direct to the project in the command line, and run docker compose up --build -d (this may take a bit of time)
  • Then, run docker ps, copy the container ID of the lvlupgg_backend image
  • Run docker exec -it <back end image id> bash
  • Run python manage.py migrate
  • The backend is ready

Frontend

  • In the terminal, direct to lvlupgg_frontend directory
  • Run npm install
Clone this wiki locally