alexsuslov / cms

Small simple CMS is made as an opportunity study.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small simple cms

This project is made as an opportunity study.

Planed

  • pagination
  • restore bucket items
  • upload bucket item
  • file change history ( list, diff view)
  • bucket item change history ( list, diff view)

run files only

make cms

tmpls

Filemanager preview

tmpls

run with Bolt DB example

make bolt

set default admin user

cmd/serverdb/.env

ADMIN_USER=admin
ADMIN_USER_PASS=admin

create new bucket item

just open http://localhost:8080/admin/buckets/test/test tmpls

add

{"name":"test"}

then press cmd+s(ctr+s) to save

Markdown Wiki

make wiki

About

Small simple CMS is made as an opportunity study.

License:MIT License


Languages

Language:Go 82.3%Language:CSS 10.6%Language:JavaScript 2.8%Language:Makefile 2.7%Language:Shell 0.9%Language:Dockerfile 0.7%