Skip to content

zradj/geets-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geets-backend

Backend for Geets Messenger™.

Deployed app link: https://geets-frontend-prod-production.up.railway.app

Installation and Startup

  1. Ensure you have the latest Python version installed on your machine.
  2. Create the virtual environment:
python3 -m venv .venv
  1. Activate the virtual environment:

Linux:

source .venv/bin/activate

Windows PowerShell:

.\.venv\Scripts\activate
  1. Install all of the dependencies:
pip install -r requirements.txt
  1. (Optional) Set up environment variables in .env
  2. Run the server:
fastapi dev app/main.py

About

Backend for Geets Messenger™.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors