GhostDovahkiin / LibrAPI-Monolith

πŸ“š API Library management system made with SpringBoot. πŸ’³ Phoebus @paystore training project in partnership with @ayty-org. πŸš€ Deployed at Heroku and Code Analisys made with SonarCloud.

Home Page:https://librapi.herokuapp.com/swagger-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Library management system API using Spring Framework πŸš€

License Git Stars Codacy Quality

Content

Getting Started πŸš€

Cloning

# Clone the repository using git
$ git clone https://github.com/GhostDovahkiin/LibrAPI_Pedro.git

# Access the project folder
$ cd LibrAPI_Pedro

Requirements

Issues πŸ›

Report

In case you are having any problem do not be shy to report to us in Issues session.

Contributing 🀝

There are many forms to contribute with the project, first of all you can give this github repo a Star.

If you want do help with the code follow the steps bellow

# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork GhostDovahkiin/LibrAPI_Pedro

# Clone your fork
$ git clone {your-fork-url}
$ cd LibrAPI_Pedro

# Create a branch with your feature
$ git checkout -b {branch-name}

# Make the commit with your changes
$ git commit -m 'Feat: {feature-name}'

# Send the code to your remote branch
$ git push origin {branch-name}

Then send a Pull Request that will be analyzed and approved if it helps with the project

License πŸ“

This project is under the MIT license. See the LICENSE for more information.

About

πŸ“š API Library management system made with SpringBoot. πŸ’³ Phoebus @paystore training project in partnership with @ayty-org. πŸš€ Deployed at Heroku and Code Analisys made with SonarCloud.

https://librapi.herokuapp.com/swagger-ui/

License:MIT License


Languages

Language:Java 100.0%