Pandemic University Lecture Seat Booking System SE2 Project
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 :
- mario.rossi@polito.it teacher
- federico.quarta@polito.it supportOfficer
- behnam.lotfi@polito.it manager
- s900000@students.politu.it student
- Ines.Beneventi@politu.it teacher
- Nino.Lucciano@politu.it teacher
the password for all accounts is password
To avoid errors, use yarn to manage node dependecies.
yarn install
yarn run start
yarn run format
yarn run test
yarn run test-full-reports