An open API service indexing awesome lists of open source software.

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

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