algha / tarim

Another Beautiful and extensive Flask Admin Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Tarim!

Hi! Tarim is free open source flask admin page. but it is more than admin page. currently, it is completed only admin page. so I call it as admin page temporary.

but, what means Tarim and Uyghur?
Tarim is name of basin located of center of the Uyghurland.

than what is Uyghur?
Uyghur it is my nation and country name. the country occupied before 70 years ago by China.

one of the screenshoots

more screen shoots below.
ScreenShot

Features:

  • admin
    • login
    • CRUD
    • attaching admin role
  • admin permission management
    • actions - CRUD
    • permissions - CRUD, attaching actions
    • role - CRUD, attaching permission
  • content builder
    • content type - CRUD
    • fields - CRUD, attaching to the type
  • Content - CRUD
    • the fields listed by current content type. for example, tagging, media, category...
  • Category - CRUD
  • Tag Management
  • Media - CRUD

About the repository

the repository include all tarim source code, docker files and sql file.

Install and run

with docker

Tarim is dockerized. so you should have installed Docker on your local machine.
clone the repository, and run:

docker-compose up --build

it will create all tarim needed.
after successfully build, to access the system, open the link the url: http://localhost:5000/dashboard/login
login information:
email: tarim@test.com
password: tarim

to access the database, open the link the url: http://localhost:8000
database information is written on the docker file.

Without docker

first of all, create a database.
the database is provided at folder: tarim/docker/db/sql/
and use python environment.
reference this official tutorial: https://flask.palletsprojects.com/en/1.1.x/installation/

Some Screenshoots

ScreenShot ScreenShot
ScreenShot ScreenShot

About

Another Beautiful and extensive Flask Admin Page


Languages

Language:Python 100.0%Language:Dockerfile 0.0%