Skip to content

automaticdreams/nest_example

Repository files navigation

Nest Example

Nest is a Node/Express framework for building scalable server-side applications.

Description

A minimal example of connecting to a 3rd-party api and retrieving an observable. The api is a movie database that lists 'now showing' films, with their popularity score, synopsis, film poster etc. The various end-points in this app allow for sorting the returned movies by title or score

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

Test framework is Jest

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Linting

Linting on this app uses standardjs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published