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

SpringRoll/SpringRollConnect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e829c05 · Apr 12, 2023
Apr 14, 2020
Oct 23, 2018
Feb 28, 2020
Apr 14, 2020
Dec 18, 2019
Apr 26, 2019
May 28, 2015
Mar 26, 2019
Jan 28, 2019
Feb 19, 2019
May 28, 2015
Apr 12, 2023
Oct 10, 2019
Apr 14, 2020
Feb 5, 2019
Apr 14, 2020
Jan 10, 2019
Apr 14, 2020
Sep 28, 2018
Dec 18, 2019

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.