Giter Site home page Giter Site logo

cloud-parking's Introduction

Cloud Parking

This project aims to develop a comprehensive parking management system. The application was built with Spring Boot and features a set of RESTful APIs to control parking operations. Swagger was integrated to provide comprehensive documentation and testing capabilities for the APIs. Additionally, thorough unit testing was conducted to ensure the reliability and correctness of the system's core components.

Main Features:

  • Entry and Exit Control: Accurate recording of vehicle entries and exits, including information such as license plate, model, date, and time.
  • Tariff Calculation: Automatic calculation of the amount to be charged based on the length of stay and configurable pricing rules.
  • Robust Security: Implementation of authentication and authorization using Spring Security to ensure that only authorized users can access API resources.
  • Data Persistence: Use of the PostgreSQL database to store information securely and reliably.
  • Quality Assurance: Comprehensive coverage of unit and integration tests to ensure system functionality and stability.
  • Cloud Availability: Deployment of the application on the Heroku platform, making it globally accessible over the internet.
  • API Documentation and Testing: Integration of Swagger to provide interactive API documentation and testing capabilities.
  • Unit Testing: Thorough unit testing of core components to ensure reliability and correctness.

Technologies Used:

  • Spring Boot: Main framework for application development.
  • Spring Security: Library for API security.
  • PostgreSQL: Relational database for data persistence.
  • Heroku: Cloud platform for hosting and deploying the application.
  • Swagger: Tool for API documentation and testing.

Contributions:

Contributions to the project are welcome! Feel free to open issues, submit pull requests, or suggest improvements.

Starting PostgresDB

Run database

docker run --name parking-db -p 5432:5432 -e POSTGRES_DB=parking -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=123 -d postgres:10-alpine

Stop database

docker stop parking-db

Start database

docker start parking-db

cloud-parking's People

Contributors

lucas-morais27 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.