Skip to content

Pandemic University Lecture Seat Booking System SE2 Project

Notifications You must be signed in to change notification settings

giovannitangredi/PULSeBS

Repository files navigation

PULSeBS

Pandemic University Lecture Seat Booking System SE2 Project

Quality Gate Status Reliability Rating Security Rating Maintainability Rating Coverage

Docker configuration

To run the app you must do the following :

  • Pull the image from docker hub
docker pull giovannitangredi/pulsebs:<tag>
  • then run it with the following command
docker run -p 3000:3000 -p 4001:4001 giovannitangredi/pulsebs:<tag>

the final version is the one tagged as Release2

User inside the system :

the password for all accounts is password

Install

To avoid errors, use yarn to manage node dependecies.

yarn install

Usage

Start server

yarn run start

Format Code

yarn run format

Run tests

yarn run test

Produce coverage and test reports for SonarCube

yarn run test-full-reports

About

Pandemic University Lecture Seat Booking System SE2 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published