A sample profile showcase build with Nest js, postgres sql, React JS
Nest framework TypeScript starter repository. Also have react js as client
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# development
$ npm run start:client
# build project
$ npm run build:client
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covTo work on locally please create a .env file and set below values
PORT=3000
NODE_ENV="development"
DATABASE_URL=<DB_URL>
JWT_SECRET_KEY=<ANY_SECRET_KEY>
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.