Skip to content

A sample nest js application having React JS as frontend app. Also used Prisma as ORM.

Notifications You must be signed in to change notification settings

bpsourav21/FavouriteMoviesNestWithReact

Repository files navigation

A sample profile showcase build with Nest js, postgres sql, React JS

Description

Nest framework TypeScript starter repository. Also have react js as client

Installation

$ npm install

Running the backend app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running the frontend app

# 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:cov

To 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>

Support

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.

License

Nest is MIT licensed.

About

A sample nest js application having React JS as frontend app. Also used Prisma as ORM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published