Backend for Geets Messenger™.
Deployed app link: https://geets-frontend-prod-production.up.railway.app
- Ensure you have the latest Python version installed on your machine.
- Create the virtual environment:
python3 -m venv .venv- Activate the virtual environment:
Linux:
source .venv/bin/activateWindows PowerShell:
.\.venv\Scripts\activate- Install all of the dependencies:
pip install -r requirements.txt- (Optional) Set up environment variables in
.env - Run the server:
fastapi dev app/main.py