Skip to content

Movie guessing service that is using sheet.best to serve data to a nestJS API and a React frontend

Notifications You must be signed in to change notification settings

anontyro/movie-guessing

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# start server
$ yarn server:start

# start client
$ yarn client:start

# development everything
$ yarn start:dev

# watch mode
$ npm run start:dev

# production mode
$ yarn build:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.

About

Movie guessing service that is using sheet.best to serve data to a nestJS API and a React frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages