Skip to content
This repository was archived by the owner on May 24, 2024. It is now read-only.

jakvbs/nestjs-simple-api

Repository files navigation

Description

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.

Installation

$ npm install

Running the app

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published