Place Finder is an application that allows you to search for places in your around. Choose location, type of places, and enter radius in meters and that's it, now you can browse through places in the nearest area.
- Spring Boot
- Angular
- Leaflet
- JPA
- H2
The application is available here: https://placefinder1.herokuapp.com/
- Java
- Maven
- Node.js
Firstly clone this repository and go to the project directory.
$ git clone https://github.com/hubigabi/place_finder.git
$ cd place_finderRun the application using Maven:
$ mvn spring-boot:runInstall dependencies and run the application:
cd frontend
# Install dependencies
$ npm install
# Run application
$ ng serve -oThe application will be working on: http://localhost:4200

