Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 843 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 843 Bytes

Summary

  • accessmap-backend is the backend server for the AccessMap application.
  • It is written in TypeScript.
  • Stores and manipulates data in a PostgresSQL Database.

Usage

  • npm install to install dependencies listed in package.json
  • npm start to start the server locally

Credentials

  • keycloak.json containing Keycloak client credentials must be put in src folder. This file can be installed in the Keycloak Admin Console.

Sources consulted