Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/burger-finder-application
Burger Finder Application
https://github.com/sanv92/burger-finder-application
Last synced: about 2 months ago
JSON representation
Burger Finder Application
- Host: GitHub
- URL: https://github.com/sanv92/burger-finder-application
- Owner: sanv92
- Created: 2019-06-16T22:30:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T18:42:37.000Z (over 5 years ago)
- Last Synced: 2024-05-07T18:25:42.484Z (8 months ago)
- Language: Java
- Homepage: https://burger-finder-application.herokuapp.com/
- Size: 52.5 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find all burger venues in Tallinn and Tartu
With this application you can find all burger venues, with their latest photo, google map coordinates and details,
and also determines if the photo is a burger.## Installation
### Clone Repository
```
git clone https://github.com/SanderV1992/Burger-Finder-Application.git
```### Project build
```
mvn clean install
```### Run
```
mvn --projects application spring-boot:run
mvn --projects application spring-boot:run -Drun.jvmArguments='-Dserver.port=8081'
```### Run jar file
```
java -jar ./application/target/application-1.0.jar
```---
#### Link to the application:
- https://burger-finder-application.herokuapp.com/