Skip to content

janschulte/edis-dict-api

Repository files navigation

dict-api for edis

Description

An api, which consumes the pegelonline api and extends the stations with additional information.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Docker

Build:

docker build -t dict-api .

Start:

docker run --rm -p 3000:3000 dict-api

Use and get a response:

http://localhost:3000/search?q=köln

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published