Live link HERE
Assessment built on the SWAPI API using the NestJs framework (Nodejs) and uses Postgresql as persistence layer.
Swagger api documentation here
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.