https://github.com/yugendev/movies-fastapi
API made with fastAPI for searching movies
https://github.com/yugendev/movies-fastapi
fastapi movies-api python
Last synced: about 2 months ago
JSON representation
API made with fastAPI for searching movies
- Host: GitHub
- URL: https://github.com/yugendev/movies-fastapi
- Owner: YugenDev
- Created: 2024-02-12T02:37:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T20:25:03.000Z (over 2 years ago)
- Last Synced: 2024-12-29T15:28:26.447Z (over 1 year ago)
- Topics: fastapi, movies-api, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts needed to run
- pip install -r requirements.txt
- uvicorn main:app --reload