labwork is a management system developed for the Faculty of Engineering in Computer Science and Telecomunications.
The first thing you need to do is running the database migration with the following commands:
npm run migration:generate -- <migration_name>
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
- Authors - Añez Leonardo,Caricari Pedro
labwork is MIT licensed.