0.12.0 • Published 3 years ago
@weborg-io/pagexpress v0.12.0
Pagexpress
Fast, fully customizable headless CMS
Fullstack JS stack with NodeJS on backend and NuxtJS on the front. Simple to use and customize, with intuitive REST API. Admin panel allows to create components, pages, menu, all the rest available from the API.
Get Started
.env file config
Specify environment variables in .env file
DB_HOST=0.0.0.0
DB_PORT=27017
DB_USER=root
DB_PASS=root
APP_PORT=4000
API_URL=http://127.0.0.1:4000/v1
PAGEXPRESS_JWT_PRIVATE_KEY=mysecretwordRun
Docker mongodb image
docker-compose upServer API in dev mode with nodemon
yarn api:devServer API for production
yarn api:prodRun pagexpress in dev mode
yarn devFor production
yarn build
yarn start