Skip to content

A microservice that retrieves the current gas station data on every start and prepares them to be stored in a database (only open station). Functions

Notifications You must be signed in to change notification settings

KarinaIvanova01/GasStations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gas station

Write a microservice that retrieves the current gas station data on every start and prepares them to be stored in a database (only open station).

Functions

  • Add an endpoint to return the median, maximum and minimum prices for a given fuel type (accepted types: diesel, e5, e10)
  • Search gas station by name

Requirements

  • Use Spring Boot
  • Create REST endpoints accordingly

Building and Running

  • Clone the repository
  • Run create.sql
  • Build the project

About

A microservice that retrieves the current gas station data on every start and prepares them to be stored in a database (only open station). Functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages