AlisonACross / starship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

REST API to connect to the Star Wars API. This application was built with Nest.js

Requirements

node = ^16.13.0
yarn = 1.22.19

Installation

$ yarn install

Running the app

Copy env.local and rename it to .env

Run the following:

# development
$ yarn run start

# watch mode
$ yarn run start:dev

Test

# unit tests
$ yarn run test

Try it

Launch Swagger UI and try these APIs

http://localhost:3000/api

About


Languages

Language:TypeScript 100.0%