SpringRoll Connect is a content management system built using NodeJS, Express and MongoDB. This app allows the easy deployment of SpringRoll apps and games.
- Install the latest version of Docker
- Copy
sample.env
to.env
. You can modify these values, but for development you shouldn't have to - Run
docker-compose up --build
which should build the mongo db server - Run
node server.js
which should start the application server - You should then seed the database with some information by running
node seed.js
- Running
seed.js
will also output the password for a useradmin
- The website should then be available at
localhost:3000
, and you can log in with your admin credentials from theseed.js
output
Copyright (c) 2020 SpringRoll
Released under the MIT License.