https://github.com/roodbaraky/pybase
https://github.com/roodbaraky/pybase
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roodbaraky/pybase
- Owner: Roodbaraky
- Created: 2024-06-04T19:24:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T17:40:50.000Z (12 months ago)
- Last Synced: 2025-01-20T05:02:28.583Z (5 months ago)
- Language: TypeScript
- Size: 23.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBase
## Instructions
### To Run the FastAPI Development Mode
Ensure you're in the ./server directory.For Linux:
pip install -r requirements.txt
fastapi dev main.pyFor Windows:
pip install -r requirements_windows.txt
fastapi dev main.py## MVP
- live chat
- one-to-one
- group chat
- login / auth
- signup (w/ email verification)## Stretch goals
- file sharing
- screen sharing
- audio calls