Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

SpringRoll/SpringRollConnect

Repository files navigation

This repo is no longer maintained by PBS KIDS and there will be no additional updates.

SpringRoll Connect Build Status Dependency Status GitHub version

SpringRoll Connect is a content management system built using NodeJS, Express and MongoDB. This app allows the easy deployment of SpringRoll apps and games.

Requirements

Installation

  • 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 user admin
  • The website should then be available at localhost:3000, and you can log in with your admin credentials from the seed.js output

License

Copyright (c) 2020 SpringRoll

Released under the MIT License.