Skip to content
/ cms Public

Keystone.js based CMS for the nyaaya backend

Notifications You must be signed in to change notification settings

nyaayaIN/cms

Repository files navigation

Nyaaya CMS

Keystone.js Version : 4.0 beta based CMS for handling the backend of nyaaya-web.

Requirements

You wil need:

Running locally

Clone this repo

git clone [email protected]:nyaayaIN/cms.git

Install Dependencies

npm install

or if you have yarn installed you could run

yarn

Start mongodb

In a new bash session

mongod

Set Environment varibles

Create an env file for environment variables in this repo

touch .env

and add the following

NODE_ENV=development
COOKIE_SECRET=YOURSECRET
MONGO_URI=mongodb://localhost/cms
PORT=3000

Start the Application

Keystone will create a DB called cms and set up the appropriate collections necessary as well as an admin user.

Use the CMS

Login at http://localhost:3000/keystone/signin with

Username: [email protected]
Password: fake

About

Keystone.js based CMS for the nyaaya backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published