Keystone.js Version : 4.0 beta based CMS for handling the backend of nyaaya-web.
You wil need:
git clone [email protected]:nyaayaIN/cms.git
npm install
or if you have yarn installed you could run
yarn
In a new bash session
mongod
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
Keystone will create a DB called cms
and set up the appropriate collections necessary as well as an admin user.
Login at http://localhost:3000/keystone/signin with
Username: [email protected]
Password: fake