Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/khoaguin/video-membership
- Owner: khoaguin
- Created: 2023-02-18T03:21:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-05T04:44:38.000Z (over 1 year ago)
- Last Synced: 2024-10-06T12:24:15.444Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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