lkalinowski / pagexpress

Modern, blazing fast page structure builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 79.9%Language:Vue 19.1%Language:CSS 1.0%