Skip to content

MayaAsh02/To-Do-app

Repository files navigation

To-Do-List

To-Do-List is mini-project made with Flask and MongoDB. Docker images, eks, helm and a lot more is coming this summer:)) Stay tuned!

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 it already):

	$ sudo apt-get install python

Install MongoDB (Make sure you install it properly):

	$ sudo apt install -y mongodb

Install Dependencies of the application (Flask, Pymongo, Jinja2):

$ pip install -r requirements.txt

#Run the Database: Start MongoDB

$ sudo service mongod start

##Run the Flask file (app.py):

$ FLASK_ENV=development python3 app.py

Go to http://localhost:5000 with any of your browsers and DONE !!

About

To-do app with MongoDB atlas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published