/swapi-test

Primary LanguageTypeScript

MAX.NG BACKEND TEST BUILT ON SWAPI API

Live link HERE

Description

Assessment built on the SWAPI API using the NestJs framework (Nodejs) and uses Postgresql as persistence layer.

Swagger api documentation here

Installation

$ npm install

Running the app on Local

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.