a Forex Trading System using Nest.js
- nodejs 18.17.1
- pnpm 9.0.5
- psql (PostgreSQL) 14.10
$ pnpm installor
$ npm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prodor
# 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 studioTo seed the db
npx prisma db seedgot all the currency AlphabeticCode from this git repo
Nest is MIT licensed.