first commit
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Benya Messenger
|
||||
|
||||
Backend foundation for a Telegram-like real-time messaging platform.
|
||||
|
||||
## Run
|
||||
|
||||
1. Create and activate Python 3.12 virtualenv.
|
||||
2. Install dependencies:
|
||||
pip install -r requirements.txt
|
||||
3. Configure environment from `.env.example`.
|
||||
4. Start API:
|
||||
uvicorn app.main:app --reload --port 8000
|
||||
Reference in New Issue
Block a user