Skip to content

Rahul-Suthar/Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo_app

Here is my Todo Web application using popular technologies and frameworks:- flask, bootstrap, jinja2, SQLAlchamey, CSS3, HTML5

Folder Structure

--Tasks_app
    |
    |--instance
    |    |--Tasks.db
    |
    |--static
    |    |--css
    |    |   |--style.css
    |    |   |--login.css
    |    |
    |    |--script
    |    |   |--login.js
    |    |   |--script.js
    |    |
    |    |--icons
    |         |--male.png
    |         |--female.png
    |
    |
    |--templates
    |    |--base.html
    |    |--home.html
    |    |--update.html
    |    |--about.html
    |    |--login.html
    |
    |--app.py
    |
    |--.gitignore
    |
    |--LICENSE
    |
    |--README.md
    |
    |--requirments.txt

you can run this web-app in either local env or virtual env.

To run this app on local env

python app.py

To run this app in virtual env

  1. install Virtualenv for python
pip install virtualenv
  1. Create a virtual env
virtualenv <name>
  1. Activate the virtual env
.\env\Scripts\Activate
  1. install all the dependencies used in app
pip install -r requirements.txt
  1. Now Run this app
python app.py

About

Check out my webpage here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published