Skip to content

A Restful service deployed in docker to fetch nearby fuel stations and fuel price trend by using tanker API

Notifications You must be signed in to change notification settings

saifalam/FuelFinderService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  1. Start the container using following command:
# build the container 

docker build -t java-mysql-server . 

# run the server 

docker run -it -p 9000:8080 -p 3306:3306 -v "$(pwd)":/appdev --name appserver java-mysql-server  


# dev mode

docker run -it -p 9000:8080 -p 3306:3306 -v "$(pwd)":/appdev --name appserver java-mysql-server bash 

MySQL permission

About

A Restful service deployed in docker to fetch nearby fuel stations and fuel price trend by using tanker API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •