/uni-calendar

UniCalendar

Primary LanguageTypeScriptMIT LicenseMIT

UniCalendar

Service Design and Engineering 2020/21 (UniTN)

Giulia Peserico and Roberto Negro

Links

Setup

In some of the services, you'll find a secrets.example.ts file. Rename it in secrets.ts and fill in the missing values as needed (i.e. Google API key, Telegram bot key, etc). Then setup the project with the following commands in sequence:
docker-compose build
./initProject.sh
docker-compose up

If you need to change something in a specific service, open a new terminal window and move inside of the folder of that service, and execute the command yarn before doing any change. This will install all the Node.js dependencies.

Use, when needed, the following command to clear out the database and reinitialize them with the new schema definitions. ./resetDbs.sh