Skip to content

alexsuslov/cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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