Skip to content

Trying to create a super simple ToDo list with FastAPI and some more features I'll be adding in the future

Notifications You must be signed in to change notification settings

Thepicolo/ToDo-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOT WORKING YET | ToDo-FastAPI | NOT WORKING YET

Status

In this repository you will find all the necesary recourse to test and run this projet by yourself
This project use Python 3.9

📝 Content

🧐 Why?

This is just a super tiny project to try to get more knowledge about FastAPI, and because is for a school project, so, yeah super funny

Since it's not finished, there are some useless code commented.

🏁 How to clone it and run it

Clone the repository where you are gonna work

 git clone https://github.com/Jorgeablade/ToDo-FastAPI.git

Create or activate the venv. In case you wanna create a new venv, just delete the one you cloned and create a new one. But if you are keeping this one, run:

 ./.venv/Scripts/Activate.ps1 # If you are in Windows
 source ./.venv/Scripts/activate # If Linux distribution

Create a random key using random_key.py. This will create a .env with SECRET=blablablablablabla :)

 ./random_key.py

And run the project

 uvicorn app:app --reload 

⛏️ Build with

✍️ Author

About

Trying to create a super simple ToDo list with FastAPI and some more features I'll be adding in the future

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages