Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Backend

Please refer to the [To do list frontend] repository for the frontend code, which is located here:

https://github.com/HasanHammadDev/To-do-list-frontend

Installation

How to install

  git clone https://github.com/HasanHammadDev/To-do-list-backend.git
  cd To-do-list-backend
  python -m venv venv
  source venv/scripts/activate
  pip install -r requirements.txt
  flask run

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in the root of your Todo List Backend folder.

DATABASE_URI=your_db_uri JWT_SECRET_KEY=your_jwt_secret_key SECRET_KEY=your_secret_key

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages