arda-num / placeApiSpring

Spring Backend Application for query place search with user login-register system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Spring Backend Application for query place search with user login-register system


Languages

Language:Java 100.0%