git clone repo
cd to folder
./setup.sh
# run the server
source env.sh # use a jschol-compatible env file
./run.sh
# Visit http://localhost:3000
- Graphql API
- MySQL (with ruby Sequel ORM)
git clone repo
cd to folder
./setup.sh
# run the server
source env.sh # use a jschol-compatible env file
./run.sh
# Visit http://localhost:3000