Skip to content

ankitgadgil/todo_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_python

Todo list using python backend and web.py

This is a basic demo of a todo list developed using below technologies:

  • Python as a backend code
  • Web.py framework
  • Mysql as a database
  • Javascript as a front end code

How to get started with the thid todo list on your local machine?

Pre-requisites for your local machine:
  1. Python 2.4 and above
  2. Web.py framework
  3. Mysql server 5.1
  4. Python bcrypt library(for securely storing and retreiving password)

Steps:

  1. Clone the repo todo_python
  2. Import the todolist.sql in your mysql by creating a newdatabase and then use command: mysql -u [username] -p newdatabase < [database name].sql
  3. Go to your projet folder and run todo.py file using command: python todo.py
  4. Copy the url displayed after running previous command
  5. Enter it in your browser and you will get a login and signup window.
  6. And you are READY to START!!!

About

Todo list using python backend and web.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%