An open API service indexing awesome lists of open source software.

https://github.com/roodbaraky/pybase


https://github.com/roodbaraky/pybase

Last synced: 3 months ago
JSON representation

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.py

For 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