https://github.com/henry-richard7/fast-api-project
https://github.com/henry-richard7/fast-api-project
fastapi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henry-richard7/fast-api-project
- Owner: henry-richard7
- Created: 2024-06-30T16:07:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T16:11:14.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T00:25:48.557Z (8 months ago)
- Topics: fastapi
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Fast Api Project
Demo Fast-Api Project. This projects uses Mysql as Database Backed.
## This API has 3 Routes:
- Todo (Simple CURD Operation) API.
- Basic Auth (Basic Authentication) API.
- YouTube Music API.
## How to use:
- Clone this repo.
- Install the requiremnts using `pip install -r requirements.txt`
- For youtube MP3 endpoint to work you need have FFMPEG installed. Download from: https://www.ffmpeg.org/download.html and add it to Path.
- In `.env` Update the configurations.
- In Terminal `fastapi dev main.py`
- Open browser and go to `http://localhost:8000/docs`
## To-DO:
- Add Docker.
Reference: https://fastapi.tiangolo.com/learn/