msaqibhashmi / dashboard

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:HTML 45.4%Language:Python 36.4%Language:CSS 18.2%Language:JavaScript 0.0%