Skip to content

BLUCASS/ToDo_List_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗃️ TO DO LIST API

📝 DESCRIPTION

This program simulates an agenda where you can insert your tasks, update their status as complete or incomplete, and delete them. Your tasks are saved in a database with SQLAlchemy.

⏭️ TABLE OF CONTENTS

  1. Description
  2. Requirements
  3. Run the project
  4. Contribute
  5. Screenshots

💻 REQUIREMENTS

🚀 HOW TO RUN THE PROJECT

You will download the folder and run the main.py script.
After that, go to your web browser and enter the page http://127.0.0.1:5000

📫 HOW TO CONTRIBUTE

If you would like to contribute to the project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/new-feature
  1. Make your changes and commit them:
git commit -m "Your commit message"
  1. Push to the branch:
git push origin feature/new-feature
  1. Submit a pull request.

📸 SCREENSHOTS

adding activity

completing activity

deleting activity

About

This program simulates an agenda where you can insert your tasks, update their status as complete or incomplete, and delete them. Your tasks are saved in a database with SQLAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors