Skip to content

ganeshnikhil/python_flask_todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

# python_flask_todo

Flask TODO App

This is a simple TODO app built using Flask and SQLAlchemy.

Requirements

  • Python 3.x
  • Flask
  • Flask SQLAlchemy

Installation

  1. Clone the repository:

    `shell $ git clone https://github.com/ganeshnikhil/python_flask_todo.git `

  2. Install the required dependencies:

    `shell $ pip install -r requirements.txt `

  3. Run the application:

    `shell $ python app.py `

Usage

  1. Open your web browser and navigate to http://localhost:8000/.
  2. Create a new TODO by entering a title and description in the provided form and clicking the "Add" button.
  3. View all the existing TODOs on the home page. They will be displayed in descending order of creation date.
  4. To update a TODO, click on the "Edit" button next to the desired TODO. Enter the new title and description, then click "Update" to save the changes.
  5. To delete a TODO, click on the "Delete" button next to the desired TODO.
  6. To search for a specific TODO, navigate to http://localhost:8000/base. Enter the title of the TODO in the search box and click "Search". If a matching TODO is found, its details will be displayed.
  7. Navigate to the "About" page for more information about the application.

Contributing

Contributions are welcome! If you have any improvements or feature suggestions, feel free to submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information. ```

Please note that you should replace https://github.com/ganeshnikhil/python_flask_todo in the Installation section with the actual URL of your repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published