Skip to content
This repository was archived by the owner on Oct 26, 2025. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 1.17 KB

File metadata and controls

49 lines (30 loc) · 1.17 KB

Smart Park Spring Service

Overview

Smart Park Spring Service is a Spring Boot application written in Kotlin using Gradle as the build system. It's designed to handle user requests for signing in/up and managing parking lot information. This code is underdeveloped prototype and has several things to be implemented yet, and yet to be tested, hence, it is decided to be archived.

Features

  • User authentication (sign in/up)
  • Parking lot information management
  • Real-time parking space availability

Prerequisites

  • JDK 1.8 or later
  • Kotlin
  • Gradle

Installation

Clone the repository:

git clone https://github.com/DevKingofEarth/Smart_Park-Spring_Service.git

Navigate to the project directory:

cd Smart_Park-Spring_Service

Build the project:

gradle build

Run the application:

gradle bootRun

Usage

After starting the application, you can:

  • Sign in/up through the provided endpoints
  • Access parking lot information
  • Check real-time availability of parking spaces

Contributing

This is just a part of my Final year Project, But, still, Contributions are welcome!

License

This project is licensed under the MIT License - see the LICENSE.md file for details.