Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/khoaguin/video-membership

A Video Membership Web App Built with FastAPI and Cassandra (AstraDB)
https://github.com/khoaguin/video-membership

Last synced: 11 days ago
JSON representation

A Video Membership Web App Built with FastAPI and Cassandra (AstraDB)

Awesome Lists containing this project

README

        

# Video Membership Web App
A video membership web app built with `FastAPI` and `AstraDB` (`Cassandra`).

## Install requirements
`python==3.10.8` (or higher than 3.6)

```
python -m venv .venv # create the virtual environment
source .venv/bin/activate # activate the virtual environment
pip install --upgrade pip # update pip
pip install -r requirements.txt # install the required packages
```

## Run the server
```
uvicorn app.main:app --reload
```

## References
https://github.com/codingforentrepreneurs/video-membership