- Node.js 12.16.1
- npm 6.13.4
- MySQL
Create a database called banking.
If needed, change the configuration in config/dev.config.ts
and config/orm.config.ts
.
Run npm install
to install the dependencies.
Run npm run build
to build the project.
Run npm run mig-up
to migrate the database.
Run npm start
.
Run npm test
.
The documentation is available on localhost:8888/api/docs.