Giter VIP home page Giter VIP logo

devsmike / java-shareit Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 180 KB

ShareIt - is a service where registered users can list items for rent or rent items. Owners can view rental requests for their items and approve or revoke bookings. Owners can also delete items. Users whose rental period has ended can leave reviews.

Java 99.93% Dockerfile 0.07%
hibernate-jpa java maven postgresql spring-boot

java-shareit's Introduction

ShareIt API

ShareIt is a service for renting items.

Features

User

  • Create a user
  • Get a user by ID
  • Update a user
  • Delete a user
  • Get a list of all users

Item

  • Create an item
  • Update an item
  • Get an item by ID
  • Get all items for a user
  • Search for items
  • Add a comment to an item

Booking

  • Create a booking
  • Confirm a booking
  • Get all bookings for a user
  • Get all bookings for items owned by a user
  • Get booking information

Installation

To use this API, follow these steps:

  1. Clone the repository: git clone https://github.com/DevSMike/java-shareit.git
  2. Navigate to the project directory: cd shereit-api
  3. Compile the Java source files: javac *.java

Development Stack

The project is developed using the following technologies:

  • Java 11
  • Spring Boot
  • Hibernate
  • JPA (Java Persistence API)
  • Maven
  • Lambok
  • PostgreSQL

Contributing

Contributions to this project are welcome. To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-branch
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-branch
  5. Submit a pull request.

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.