Skip to content

Artemake/GradeServer

 
 

Repository files navigation

Setup Guide for Server

  1. Install docker following the instructions at https://gist.github.com/din0s/2660fdf6cf2307737210b62770780157
  2. Install NodeJS
  • If you run on Linux follow the instructions at the link:

https://www.geeksforgeeks.org/installation-of-node-js-on-linux/

  • If you run on Windows follow the instructions at the link:

https://phoenixnap.com/kb/install-node-js-npm-on-windows

  1. Clone repository
  2. Open a terminal and a file exlorer in \GradeServer
  3. At terminal input cp .env.defaults .env
  4. In .env file change mongoHost=ip:port to mongoHost=0.0.0.0:27017
  5. At terminal input (docker must be running):
  • npm install
  • docker-compose up -d mongodb
  • npm start

About

Node.js REST API for Grade++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%