Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The backend server is for all applications is one FastAPI server that can be run
## Installation

1. Clone the repository
2. Change .env.example to .end and fill in the required fields (Make sure to import Firebase credentials JSON file)
2. Change .env.example to .env and fill in the required fields (Make sure to import Firebase credentials JSON file)
1. Ngrok is required for the backend to work with the Flutter app.
3. Run docker compose up to start the backend server.
4. Choose an app to run in the apps repository.
Expand Down