Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 671 Bytes

Readme.md

File metadata and controls

37 lines (29 loc) · 671 Bytes

FastApi Full Stack TODO APP

Clone this project
git clone https://github.com/gopalkatariya44/fastapi-todo.git
Create virtual env
python -m venv .myenv
source .myenv/bin/activate
install requirements & Run app
pip install -r requirements.txt
python main.py

login

Register

Home

Edit

Logout

Auth API

Todo API