Skip to content

kapselccc/NBP-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBP-API

This is a simple application that returns data from NBP's API.

Table of contents

1. How to start application

  • Using Docker
> docker build -t nbp_api .
> docker run -p 7777:7777 nbp_api
  • Using maven
> ./mvn package
> java -jar .\target\NPB_API-0.0.1-SNAPSHOT.jar

2. Usage

API is available on port 7777. To test the application you can go to http://localhost:7777/swagger-ui/index.html and use UI.

3. Endpoints

About

A simple runnable local server, that exposes some endpoints which take arguments and return plain simple data after performing certain internal operations.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors