Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

bcgov/gdx-agreements-tracker-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lifecycle:Experimental

GDX Agreements Tracker API

Install

  • git clone https://github.com/bcgov/gdx-agreements-tracker-api.git
  • cd gdx-agreements-tracker-api
  • npm i
  • Commands
    • npm run start - to start api server on localhost:8080
    • npm run test - to run tests.

Build image.

  • cd gdx-agreements-tracker-api
  • docker build -t gdx-agreements-tracker-api:latest .