New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@weborg-io/pagexpress

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weborg-io/pagexpress

Admin panel for Pagexpress CMS

latest
Source
npmnpm
Version
0.12.0
Version published
Maintainers
1
Created
Source

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=mysecretword

Run

Docker mongodb image

docker-compose up

Server API in dev mode with nodemon

yarn api:dev

Server API for production

yarn api:prod

Run pagexpress in dev mode

yarn dev

For production

yarn build
yarn start

FAQs

Package last updated on 05 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts