Giter VIP home page Giter VIP logo

to-do-list-using-flask-and-mongodb's Introduction

To-Do-List

To-Do-List is mini-project made with Flask and MongoDB.

Built using :

Flask : Python Based mini-Webframework
MongoDB : Database Server
Pymongo : Database Connector ( For creating connectiong between MongoDB and Flask )
HTML5 (jinja2) : For Form and Table

Set up environment for using this repo:

Install Python ( If you don't have already )
	`sudo apt-get install python`
	
Install Flask ( Web Framework ) and Import Request, Redirect and  Render_Template(Jinja)
	`pip install flask`
	
Install MongoDB ( Make sure you install it properly )
	`sudo apt-get install -y mongodb-org`
		
Import bson for handling ObjectId and Pymongo for database connector
	`pip install bson`
	`pip install pymongo'

Run :

Run MongoDB
	1) Start MongoDB
		`sudo service mongod start`
	2) Stop MongoDB
		`sudo service mongod stop`

Run the Flask file(test.py)
	`python test.py`

Browse with any Browser to the following link and DONE !
	`http://localhost:5000'

Screenshot :

Screenshot of the Output

Thanks to Twitter for emoji support with Twemoji :

Twitter Open Source : https://github.com/twitter/twemoji

Made with ❤️ from Karnali, Nepal

to-do-list-using-flask-and-mongodb's People

Contributors

coolboi567 avatar prashant-shahi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.