Skip to content

edu-rpa/edu-rpa-backend

Repository files navigation

EduRPA Logo

Description

EduRPA is a platform for creating and sharing RPA workflows. It is built on top of Nest framework.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

API Documentation

Swagger API documentation is available at /api route.

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Database migration

Pre-requisite

  • Install TypeORM CLI
$ npm install -g typeorm

Steps

  1. Update the config/mysql.datasource.ts file with the entity/entities you want to create a migration for.
  2. Run the following command to generate a migration file:
npm run migration:generate migrations/<your_migration_name>
  1. Run the following command to apply the migration:
npm run migration:run

Authors

  • Nguyen Quang Khanh
  • Huynh Dai Vinh
  • Nguyen Duc An

About

A repository for EduRPA backend services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •