Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.25 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.25 KB

Readme: PlaceApi-Spring

An example of a WebServer developed using Spring & SpringBoot and MongoDb for noSQL database. Also supports user authentication with JWT tokenization.

This simple server acts a Location-Service - it will allow you to make search for details of a physical location for every user.

Requirements

The fully fledged server uses the following:

  • Spring Framework
  • SpringBoot
  • MongoDB
  • Docker

Endpoints

Screenshot 2022-11-21 at 12 12 05

Dependencies

There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.

Building the project

You will need:

  • Java JDK 8 or higher
  • Maven 3.1.1 or higher
  • Git

Clone the project and use Maven to build the server

$ mvn clean install