Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

CSLabsNamur/cslabs-hackathon-back

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

This repository is used to deploy the back-end of the main event, the Hackathon, of the CSLabs.

Installation

Install the dependencies using the following command:

$ npm install

For updating dependencies and install, use the following command:

$ npm install -g npm-check-updates

Running the app

The app is containerized using docker. To run the app, you need to have docker installed on your machine.

# development
$ docker-compose build

# watch mode
$ docker-compose up # this will start the app in watch mode

$ docker-compose up -d # this will start the app in watch mode in the background

# production mode
$ docker-compose -f docker-compose.prod.yml up # this will start the app in production mode

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Backend for the CSLabs' Hackathon website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •