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
Create a .env
file (See .env.example
for the shape of the file). Fill in necessary env variables
$ npm install
# production
$ npm run start
# development mode (watch enabled)
$ npm run start:dev
# unit tests
$ npm run test