Skip to content

hubigabi/place_finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Place Finder

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.

Technologies

  • Spring Boot
  • Angular
  • Leaflet
  • JPA
  • H2

Demo

The application is available here: https://placefinder1.herokuapp.com/

demo1

demo3

Usage

To run the application you will need:

  • 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_finder

Backend

Run the application using Maven:

$ mvn spring-boot:run

Frontend

Install dependencies and run the application:

cd frontend

# Install dependencies
$ npm install

# Run application
$ ng serve -o

The application will be working on: http://localhost:4200

Authors

About

Place Finder is an application that allows you to search for places in your around

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors