Simple Star Wars and weather caching API made for recruitment task using NestJS.
Swagger UI is available at http://localhost:3000 after running the server.
$ npm install# before first run
$ npm run migration:run
# valid ormconfig.ts file is also required
# you can use ormconfig.example.ts as a template
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod