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.
Docker mongodb image
docker-compose up
Nodejs server
npm i
npm start
API is located on the localhost:3000/v1, with entry REST points:
- /page-structure/ {GET}
- /pages/ {CRUD}
- /fields/ {CRUD}
- /components/ {CRUD}