Smart Park Spring Service
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.
- User authentication (sign in/up)
- Parking lot information management
- Real-time parking space availability
- JDK 1.8 or later
- Kotlin
- Gradle
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
After starting the application, you can:
- Sign in/up through the provided endpoints
- Access parking lot information
- Check real-time availability of parking spaces
This is just a part of my Final year Project, But, still, Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE.md file for details.