Coder Social home page Coder Social logo

kisurizzz / managementapp-flask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from topdeveloper424/managementapp-flask

0.0 0.0 0.0 39.43 MB

JavaScript 26.10% C++ 0.02% Python 68.11% C 0.15% Tcl 0.10% PowerShell 0.01% CSS 4.79% HTML 0.60% Mako 0.04% Batchfile 0.01% TSQL 0.07%

managementapp-flask's Introduction

ManagementApp - Flask

This is management system for administrator and client.

Installation

Install python 3.6 https://www.python.org/downloads/release/python-365/.

  • Install Database(Mysql or sqlite).

    Edit manage/init.py file

  • Mysql configuration :

    app.config['SQLALCHEMY_DATABASE_URI'] ='mysql://root:''@localhost:3306/management'
    
  • Sqlite configuration:

    app.config['SQLALCHEMY_DATABASE_URI'] ='sqlite:///site.db'
    
  • run server

venv/Scripts/activate
export FLASK_APP=run.py
pip install -r requirements.txt
flask run --host=0.0.0.0 --port=80
  • linux server
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt
set FLASK_APP=run.py
flask run --host=0.0.0.0 --port=80
  • database migration
flak db init
flask db migrate
flask db upgrade

<<<<<<< HEAD

Installation

venv/Scripts/activate
export FLASK_APP=hello.py
flask run --host=0.0.0.0 --port=80

=======

656e0791e4f00ab499cc3a0d86b64c5fa5b91caa

User Levels

  • Admin Portal

    Dashboard

    Client Management

    Service Management

    Admin Management

    History Page

    Default admin user - email : [email protected], password: admin <<<<<<< HEAD =======

    image

656e0791e4f00ab499cc3a0d86b64c5fa5b91caa

  • Client Portal

    Dashboard

    Client Detail

    Reports

<<<<<<< HEAD

image

656e0791e4f00ab499cc3a0d86b64c5fa5b91caa

Other Configurations

Reference Documentation :

https://flask.palletsprojects.com/en/1.1.x/

managementapp-flask's People

Contributors

topdeveloper424 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.