FastAPI

🎯 About

A Simple FastAPI todolist. Created for practice purposes

🏁 Starting

# Clone this project
$ git clone https://github.com/nkosi-tauro/test-fastapi

# Access
$ cd test-fastapi

# Install dependencies
$ pip install fastapi
$ pip install "uvicorn[standard]"
$ pip install python-multipart sqlalchemy jinja2

# Run the project
$ uvicorn app:app --reload

# The server will initialize on <http://localhost:8000>

# View API (Swagger Docs)
$ visit http://localhost:8000/docs

📝 License

Made with ❤️ by Nkosilathi Tauro