Skip to content

darara47/timetable-backend

Repository files navigation

Timetable - back-end

Mobile application to check school timetable.

Description

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.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Database

# generate migration
$ npm run migrations:generate

# run migration
$ npm run migrations:run