https://github.com/nottezz/fastapi-movie-catalog
Educational project on FastAPI
https://github.com/nottezz/fastapi-movie-catalog
Last synced: about 1 year ago
JSON representation
Educational project on FastAPI
- Host: GitHub
- URL: https://github.com/nottezz/fastapi-movie-catalog
- Owner: Nottezz
- Created: 2025-04-01T18:42:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-04T19:15:17.000Z (about 1 year ago)
- Last Synced: 2025-04-04T19:42:36.022Z (about 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎞️ Movie Catalog
## 🧑💻 Develop
### Setup
`movie-catalog` mark as Sources root
### Run
Go to workdir
```shell
cd movie-catalog
```
Run dev server
```shell
fastapi dev
```