A simple todo app to learn Python Web development micro framework and also CRUD operations, Login/Signup User account handling. This repo/tutorial tries to brief you with an
- Introduction to Python Flask Micro framework
- Introduction to Frontend templating using Flask-Jinja2 and other cool stuffs like Font-awesome and Twitter Bootstrap components
- Introduction to Angular JS, json, http
- Introduction to MonogoDB (NoSQL Database)
$ git clone https://github.com/sreecodeslayer/todo-flask.git
$ cd todo-flask
$ pip install -r requirements.txt
$ python app.py
Feel free to use my code and learn and make a better one!