Mobile application to check school timetable.
An application was created in NestJS with TypeORM. Data are scrapped from ZST Rybnik, store in PostgreSQL database at ElephantSQL and updates every day. User can check all sections and get lessons for specific one.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# generate migration
$ npm run migrations:generate
# run migration
$ npm run migrations:run