this repository build for POC (Prof of concept) of nest.js as a high-performance and light weight back-end framework on simple transactional flow.
- Create database called
simple-bank
on your postgres database - Configure your database connection on app.module.ts and ormconfig.json note: this duplication will fix in the future
- Run database migration using
npm run typeorm:migration:run
- Build the project using
npm run build
- Run the project using
npm run start:dev
- Account Module
/account