Skip to content

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

Notifications You must be signed in to change notification settings

arda-num/placeApiSpring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages