EduRPA is a platform for creating and sharing RPA workflows. It is built on top of Nest framework.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodSwagger API documentation is available at /api route.
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covPre-requisite
- Install TypeORM CLI
$ npm install -g typeormSteps
- Update the config/mysql.datasource.ts file with the entity/entities you want to create a migration for.
- Run the following command to generate a migration file:
npm run migration:generate migrations/<your_migration_name>- Run the following command to apply the migration:
npm run migration:run- Nguyen Quang Khanh
- Huynh Dai Vinh
- Nguyen Duc An