Skip to content

stack-attack-competition/api-spec-and-mock

Repository files navigation

Nest Logo

Description

This is an api specification, example implementation and mock data source for the Stack Attack #1 event.

This spec also can be found on

Installation

$ npm install

Running the app

$ npm run start:dev

rename .env.sample to .env and you are good to go and can define your own port and other environment variables in that file

the api swagger spec will be on the http://localhost:3000/api

in json format the spec can be found on: http://localhost:3000/api-json

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Specification and mock data for the api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published