Skip to content

College Assignment - A Simple CRUD Web Application using a MongoDB Database

Notifications You must be signed in to change notification settings

siddarthkrishna10/MongoDB_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoSQL Assignment

This is a simple Flask web app that uses MongoDB. You can perform basic CRUD Operations; create football players, update their playing position, and delete them.

Installation

First, install all the packages required for this application to run

$ sudo pip install -r requirements.txt

Next, make sure your MongoDB is running:

$ sudo service mongod start

Then, run the program:

$ python webapp.py

Open your browser and go to http://127.0.0.1:5000/ to see the web app running.

About

College Assignment - A Simple CRUD Web Application using a MongoDB Database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published