Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 769 Bytes

File metadata and controls

40 lines (26 loc) · 769 Bytes

UOW Sculptures Logo

Description

API backend for UOW Sculpture, an application that allow visitors to view information and locate sculptures in the UOW Art Collection. There is also a web app for the UOW Art Collection manager to manage sculpture information

This application were built using the NestJS framework

Installation

Prerequisite

Create a .env file (See .env.example for the shape of the file). Fill in necessary env variables

Install dependencies:

$ npm install

Running the app

# production
$ npm run start

# development mode (watch enabled)
$ npm run start:dev

Test

# unit tests
$ npm run test