Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 953 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 953 Bytes

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.