antheiz / mazer-flask

Flask starter project with Mazer Dashboard Template - Bootstrap 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mazer logo

Mazer for Flask

Mazer is a Admin Dashboard Template that can help you develop faster. Made with Bootstrap 5. No jQuery dependency.

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

  • Clone the repository git clone https://github.com/antheiz/mazer-flask.git
  • Make sure you have Docker installed and run:
    • docker build -t mazer-flask .
    • docker run -it -d -p 5000:5000 --name mazer mazer-flask
    • Open http://localhost:5000

License

Mazer is under the MIT License.

About

Flask starter project with Mazer Dashboard Template - Bootstrap 5

License:MIT License


Languages

Language:HTML 56.7%Language:JavaScript 36.9%Language:CSS 4.1%Language:TypeScript 0.9%Language:SCSS 0.7%Language:Less 0.6%Language:Python 0.0%Language:Dockerfile 0.0%