NIAEFEUP / tts-be

A platform where students can experiment with the possible combination of schedule options they can pick at the start of the semester
https://tts.niaefeup.pt
5 stars 1 forks source link

Created running script for linux and windows #38

Closed Jumaruba closed 2 years ago

Jumaruba commented 2 years ago

:bulb: About

Executing this project is quite complicated and to easy the job, two scripts were created. They are responsible for:

:clapper: Running the scripts

The scripts must be executed from the root path with the following command for Linux

bash ./scripts/exec.sh

and the following for windows:

./scripts/exec.ps1

:warning: Running in windows requires the PowerShell installation.

:test_tube: Testing

Verify if the backend executes with success.

closes #37 closes #39