https://github.com/zazk/tasks-fastapi-back
Backend Simple Challenge
https://github.com/zazk/tasks-fastapi-back
Last synced: 3 days ago
JSON representation
Backend Simple Challenge
- Host: GitHub
- URL: https://github.com/zazk/tasks-fastapi-back
- Owner: zazk
- Created: 2024-05-05T03:12:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T02:46:18.000Z (about 2 years ago)
- Last Synced: 2025-02-26T09:28:13.380Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
*Tasks API FastApi*
---
Python Version
```
Python 3.11.6
```
Install Dependences
```
pip install -r requirements.txt
```
Launch Dev
```
fastapi dev main.py
```
Run in
```
http://127.0.0.1:8000/
```
Swagger
```
http://127.0.0.1:8000/docs
```
**Documentation**: https://fastapi.tiangolo.com