Skip to content

ficct/lab-backend

Repository files navigation

Nest Logo

Description

labwork is a management system developed for the Faculty of Engineering in Computer Science and Telecomunications.

Running the app

Migration

The first thing you need to do is running the database migration with the following commands:

  1. npm run migration:generate -- <migration_name>
  2. npm run migration:run

After that, you can run the next commands in order to run the project:

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Stay in touch

License

labwork is MIT licensed.