Group members:
- Bjarte Klyve Larsen - Klyve
- Jørgen Hanssen - Hanssen97
- Stian Sørslett - skogensKongle
- Henrik Trehjørningen - henriktre
- Morten Omholt-jensen - mortenoj
- Jørgen G Bakløkken - Bzerkk
A demo is available at http://cairn-218923.appspot.com/
Note that the demo doesnt have SSL certificate and is not secure
NodeJS is a JavaScript run-time environment which can executes JavaScript outside the browser.
Node Package Manager is a package manager for NodeJS which structures packages and dependencies in out project.
Pull the latest version of the Server repo and follow the instructions provided in the readme of the repository
-
Clone this repository
-
Clone the backend repository found at
-
Run
npm install
in the root folder to install dependencies
In the root folder create a file: src/config.js
and put in the address in the form where the address is the ip adress for the the server that runs the backend repository. If ran locally it would be localhost. Port by default is 8080
in the backend repository.
{
"SERVER_ADDRESS" : "http://adress:port/api/graphql"
}
-
Run
npm start
in the root folder -
Navigate to http://localhost:3000 to view the application in the browser