Skip to content

jorgenhanssen/insecurity-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project in Software security


Group members:


Demo

A demo is available at http://cairn-218923.appspot.com/

Note that the demo doesnt have SSL certificate and is not secure


Prerequisites

NodeJS

NodeJS is a JavaScript run-time environment which can executes JavaScript outside the browser.

NpmJS

Node Package Manager is a package manager for NodeJS which structures packages and dependencies in out project.


Install guide

Setting up the backend

Pull the latest version of the Server repo and follow the instructions provided in the readme of the repository

Setting up the frontend

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •