An open API service indexing awesome lists of open source software.

https://github.com/ezeparziale/admin-access-template

📘 Flask template with roles and permission setting
https://github.com/ezeparziale/admin-access-template

bootstrap bootstrap5 datatables-serverside flask python sqlalchemy

Last synced: 3 months ago
JSON representation

📘 Flask template with roles and permission setting

Awesome Lists containing this project

README

          

# :computer: Admin access template

Flask app with roles and permissions portal.

## :floppy_disk: Installation

```bash
python -m venv env
```

```bash
env/scripts/activate
```

```bash
python -m pip install --upgrade pip
```

```bash
pip install -r requirements.txt
```

## :runner: Run

```bash
flask run --debug
```

## :pushpin: Features

- [x] Roles
- [x] Permissions
- [x] Users