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
- Host: GitHub
- URL: https://github.com/ezeparziale/admin-access-template
- Owner: ezeparziale
- Created: 2022-07-04T23:00:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T22:26:51.000Z (about 3 years ago)
- Last Synced: 2025-03-14T00:13:18.462Z (over 1 year ago)
- Topics: bootstrap, bootstrap5, datatables-serverside, flask, python, sqlalchemy
- Language: CSS
- Homepage:
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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