Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages