Skip to content

A FastAPI Python app for creating and managing to-do lists.

Notifications You must be signed in to change notification settings

jedrzejd/FastAPI_ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI_ToDoApp

A FastAPI-based To-Do application built with Python 3.10.

link to the hosted app: https://todoapp-fy4n.onrender.com

Features

  • User authentication and registration.
  • CRUD operations for to-do tasks.
  • Web interface with responsive design.

Setup

  1. Clone the repository:

    git clone https://github.com/jedrzejd/FastAPI_ToDoApp.git
    cd FastAPI_ToDoApp
  2. Set up a virtual environment:

    python3.10 -m venv venv
    source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    uvicorn main:app --reload

    Visit http://127.0.0.1:8000 in your browser to access the application.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

A FastAPI Python app for creating and managing to-do lists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published