Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

CERTUNLP/ngen-frontend

 
 

Repository files navigation

✨ Quick Start in Docker

Get the code

$ git clone https://github.com/CERTUNLP/ngen-frontend.git
$ cd ngen-frontend

Start the app in Docker

$ docker-compose up --build 

The React UI starts on port 3000 and expects an Ngen API server on port 8000 (saved in configuration).


✨ Configure the backend server

The product comes with a usable JWT Authentication flow that provides only the basic requests: login/logout/register.

API Server URL - src/config/constant.js

const config = {
    ...
    API_SERVER: 'http://localhost:8000/api/'  // <-- The magic line
};

✨ Default credentials on Ngen Backend Api

ngen:ngen

Packages

 
 
 

Languages

  • JavaScript 70.8%
  • SCSS 28.7%
  • Other 0.5%