a Forex Trading System using Nest.js
- nodejs 18.17.1
- pnpm 9.0.5
- psql (PostgreSQL) 14.10
$ pnpm install
or
$ npm install
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod
or
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:cov
API_KEY=******
DATABASE_URL="postgresql://vaaghu:*****@localhost:5432/finmo?schema=public"
interactive tables
npx prisma studio
To seed the db
npx prisma db seed
got all the currency AlphabeticCode from this git repo
Nest is MIT licensed.