Home

Awesome

<p align="center"> <a href="https://github.com/zuramai/mazer"> <img src="https://github.com/irsyadulibad/mazer-codeigniter/blob/master/public/assets/images/logo/logo.png?raw=true" alt="Mazer logo" height="60"> </a> </p> <h1 align="center">Mazer for Flask</h1> <p align="center"> Mazer is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency. </p>

Table of contents

Link Mazer

Installation

Building yourself

  1. Download this repository. or clone the repo :

    $ git clone https://github.com/antheiz/mazer-flask.git
    
  2. Make virtual environment

    $ python -m venv env
    
  3. Activate the Virtual Environment

    $ env\scripts\activate (for windows)
    $ source env/bin/activate (for linux)
    
  4. Install Flask and dependencies

    $ pip install -r requirements.txt
    
  5. Run it locall

    $ python run.py
    

    Open 127.0.0.1:5000 in your Browser

Building with Docker

License

Mazer is under the MIT License.