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.envto.env. You can modify these values, but for development you shouldn't have to - Run
docker-compose up --buildwhich should build the mongo db server - Run
node server.jswhich should start the application server - You should then seed the database with some information by running
node seed.js - Running
seed.jswill 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.jsoutput
Copyright (c) 2020 SpringRoll
Released under the MIT License.