Skip to content

Modern, blazing fast page structure builder

License

Notifications You must be signed in to change notification settings

lkalinowski/pagexpress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagexpress

Build page in the same way as building constructions from Lego 🧱

Application allows creating JSON with page structure which could be used the sam offline as online as a headless CMS. Project built on NodeJS + VueJS tech-stack.

Run

Docker mongodb image

docker-compose up

Nodejs server

npm i
npm start

Endpoints

API is located on the localhost:3000/v1, with entry REST points:

  • /page-structure/ {GET}
  • /pages/ {CRUD}
  • /fields/ {CRUD}
  • /components/ {CRUD}

About

Modern, blazing fast page structure builder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.9%
  • Vue 19.1%
  • CSS 1.0%