Skip to content

A WebApp with User Login & Registration using Flask, Python & MongoDB.

Notifications You must be signed in to change notification settings

msaqibhashmi/dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Flask, Python and MongoDB

A WebApp with User Login & Registration system

Setup

1- Clone source code

git clone https://github.com/msaqibhashmi/dashboard.git

2- Install Mongodb

Ref docs: https://docs.mongodb.com/v3.2/administration/install-community/

# CentOS && RedHat
sudo yum install -y mongodb-org

# Ubuntu
sudo apt-get install -y mongodb-org

3- Install Packages/dependencies & run application

pip install -r requirements.txt
python run.py

4- Open Port 5000 in Firewall if any

5- Test in your browser http://127.0.0.1:5000

About

A WebApp with User Login & Registration using Flask, Python & MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published