https://github.com/kaloslazo/finalsoftware24
https://github.com/kaloslazo/finalsoftware24
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kaloslazo/finalsoftware24
- Owner: kaloslazo
- Created: 2024-12-04T00:02:34.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-04T03:06:20.000Z (6 months ago)
- Last Synced: 2025-05-05T20:05:21.672Z (26 days ago)
- Language: Python
- Size: 14.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FINAL EXAM - SOFTWARE ENGINEERING 2024-II
## How to start API with fastapi
```bash
uvicorn main:app --reload
```