Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tvziet/todo_app

Todo App with FastAPI
https://github.com/tvziet/todo_app

fastapi python3 render sqlalchemy todo-app

Last synced: 16 days ago
JSON representation

Todo App with FastAPI

Awesome Lists containing this project

README

        

# Learn FastAPI

## Content
- Full SQL database
- Authentication
- Authorization
- Hashing passwords
- CRUD for:
- Todo
- Admin User
- Normal User

## How to setup
### Install packages
```bash
pip install fastapi uvicorn fastapi-pagination bcrypt python-jose sqlalchemy alembic
```

## How to run server
### On local
```bash
uvicorn main:app --reload
```

### On Docker
```
TODO
```