All Projects → rianrajagede → flask-mongodb

rianrajagede / flask-mongodb

Licence: other
Simple CRUD website using MongoDB and Flask

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects

Simple CRUD-Web using MongoDB and Flask

This is a simple example of Python Flask's usage as a simple "Task Manager". The Database Management System is MongoDB. The python-MongoDB connector is PyMongo.

Installation

First, you should install MongoDB

then install all dependencies by running the following command:

$ sudo pip install -r requirements.txt

It will install Flask, Flask-WTF, and PyMongo.

Usage

To run the program, first you should make sure MongoDB is running, start it using:

$ sudo service mongod start

then, run the program:

$ python run.py

Open your browser and go to localhost:5000 to see the running program.

External References:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].