Repository files navigation Setting up and running the project
Create a virtual environment in the backend folder python3 -m venv venv
Activate the virtual environment source venv/bin/activate
Install the required packages pip install -r requirements.txt
Copy the .env.example file to .env cp .env.example .env and fill in the required fields
Run the server uvicorn app.main:app --reload
Install the required packages npm install
Copy the .env.example file to .env cp .env.example .env and fill in the required fields
Run the server npm start
Make sure the environment variables are set in the .env file in the root of the project
Run docker-compose build to build the images
Run docker-compose up to start the containers
The backend will be available at http://localhost:8000 and the frontend at http://localhost:3000
Stop the containers with docker-compose down
Or remove the containers with docker-compose down --volumes --rmi all
About
FastAPI and React Scoreboard against your Clash Royale Friends
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.