Upload, View and Delete short videos.
To run tests, run the following command
pytestpython3 manage.py runserveror
python3 manage.py runserver --host ${HOST} --port ${PORT}Practice Makes Perfect
- Python3
- FastAPI
- Strawberry
Programming Language - Python3
Framework - FastAPI, Strawberry
GET /api/videos| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required. Your API key |
GET /api/items/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of item to fetch |
Takes two numbers and returns the sum.
- View video stream
- Live previews
- Fullscreen mode
- Cross platform
pip3 install poetry
poetry shell
poetry installClone the project
git clone https://github.com/prabal01pathak/short_video.gitGo to the project directory
cd short_videopip3 install poetry poetry installStart the server
python3 manage.py runserver