Skip to content

artiqox/MyAIQ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Web Service for ArtiqoxEnergy Blockchain coded in Flask Framework on top of Adminator Dashboard design. Features:

  • MySQL database
  • SQLAlchemy ORM
  • Session-Based authentication flow (login, register)
  • UI Kit: Adminator Free Dashboard by ColorLib

Flask Dashboard Adminator - Open-Source Flask Dashboard.


Build from sources

$ # Clone the sources
$ git clone https://github.com/artiqox/MyAIQ.git
$ cd flask-dashboard-adminator
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate
$ 
$ # Install requirements
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
$
$ # Set up the DEBUG environment
$ # (Unix/Mac) export FLASK_ENV=development
$ # (Windows) set FLASK_ENV=development
$ # (Powershell) $env:FLASK_ENV = "development"
$
$ # Run the application
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
$ # --port=5000    - specify the app port (default 5000)  
$ flask run --host=0.0.0.0 --port=5000
$
$ # Access the app in browser: http://127.0.0.1:5000/

Want more? Hold your horses, we are building it


License

@MIT



Artiqox

About

MyAIQ crypto portal for AIQ #hodlers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 82.9%
  • Python 16.0%
  • JavaScript 1.1%