Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kishan2029/todo_list

It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.
https://github.com/kishan2029/todo_list

flask sqlite

Last synced: 4 days ago
JSON representation

It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.

Awesome Lists containing this project

README

        


Flask

 

Todo List


Github top language

Github language count

Repository size

Github stars


## :dart: About
It is the todo app created with flask framework. User can add the items in the todo list, update it and also delete it.
## :rocket: Technologies

The following tools were used in this project:
- Flask
- Python

## Deploy Link
https://flask-app-s0ul.onrender.com/

## :checkered_flag: Starting

```bash
# Run Project
$ source env/bin/active # active the environment
$ pip3 install --upgrade pip # upgrade pip
$ pip3 install -r requirements.txt # install requirements
$ python3 app2.py

# The server will initialize in the
```

 

Back to top