Skip to content

Transporter Management System is a Spring Boot application designed to manage transporters using PostgreSQL as the database. This application provides a RESTful API to perform CRUD operations on transporter data, enabling efficient management and retrieval of transporter information.

Notifications You must be signed in to change notification settings

Anshika-sona/Assignment-RestAPI

Repository files navigation

Transporter Management System

This project is a Spring Boot application for managing transporters using PostgreSQL as the database.

Prerequisites

  • Java Development Kit (JDK) installed
  • Apache Maven installed
  • PostgreSQL installed and running locally

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/transporter-management.git

Navigate to the project directory:

bash Copy code cd transporter-management Open the application.properties file located in src/main/resources and update the database connection details:

properties Copy code spring.datasource.url=jdbc:postgresql://localhost:5432/your_database_name spring.datasource.username=your_username spring.datasource.password=your_password Run the application:

bash Copy code mvn spring-boot:run Access the application in your browser at http://localhost:8080/api/transporters.

API Endpoints GET /api/transporters: Retrieve all transporters. Add more endpoints as needed for CRUD operations on transporters.

About

Transporter Management System is a Spring Boot application designed to manage transporters using PostgreSQL as the database. This application provides a RESTful API to perform CRUD operations on transporter data, enabling efficient management and retrieval of transporter information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages