Git Product home page Git Product logo

tours_mini_project's Introduction

Project Title: Tour Management System

Description: This repository contains a Spring Boot project designed to manage tours through a RESTful API. The system allows users to add new tours, view all available tours, and retrieve tours based on their types. The project leverages Spring Data JPA for data persistence, and it includes a simple H2 database configuration for quick setup.

Key Features:

Add Tour: Submit details for a new tour, including type, location, cost, and duration in days. View All Tours: Retrieve a list of all available tours stored in the system. View Tours by Type: Filter tours based on their types for better organization. Technologies Used:

Spring Boot Spring Data JPA H2 Database

Getting Started:

Clone the repository: git clone https://github.com/Sushilgavit/Tours_mini_Project.git Navigate to the project directory: cd tour-management-system Build and run the project using your preferred IDE or with Maven: mvn spring-boot:run Access the API endpoints to interact with the tour management system. API Endpoints:

POST /api/tours: Add a new tour (provide JSON payload with tour details). GET /api/tours: View all tours in the system. GET /api/tours/type/{tourType}: View tours based on a specific type.

tours_mini_project's People

Contributors

sushilgavit 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.