Skip to content

To Do App made with TailwindCSS, Flask and SQLite for Koyo

Notifications You must be signed in to change notification settings

thenithinbalaji/Flask-ToDoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with To Do App

This project was created using Flask for Koyo Company as a part of my technical interview.

Running the Server

In the project directory, you can run:

python app.py

Runs the app in the development mode.
Open http://localhost:5000 to view it in your browser.

Missing Modules

Since the app uses a specific version of certain modules, it is highly recommended to create a virtual environment and then install the modules from requirements.txt

python -m virtualenv venv
venv/scripts/activate

Install modules from requirements.txt using:

pip install -r requirements.txt

About

To Do App made with TailwindCSS, Flask and SQLite for Koyo

Topics

Resources

Stars

Watchers

Forks