Skip to content

Aplicacao desenvolvida com Spring Boot, ultilizando o banco de dados Postgresql, Spring Data Jpa, Lombok, Spring web.

Notifications You must be signed in to change notification settings

MathiasNeto/Our_Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our Library

Our Library é um projeto de back-end para uma biblioteca online que permite o cadastro de livros, autores e usuários. Foi desenvolvido em Java com o framework Spring.

Instalação

Para executar o projeto localmente, siga os passos abaixo:

  1. Clone o repositório em sua máquina local: git clone https://github.com/MathiasNeto/Our_Library.git

  2. Importe o projeto em sua IDE Java favorita.

  3. Configure as informações de conexão ao banco de dados no arquivo application.properties.

  4. Execute a classe OurLibraryApplication para iniciar o servidor local.

Agora você pode acessar o projeto em http://localhost:8080.

Funcionalidades

O projeto Our Library tem as seguintes funcionalidades:

  • Cadastro de livros
  • Cadastro de usuários
  • Cadastro de Biblioteca
  • Realizar Empréstimo e devoluções
  • Visualização de livros, emprestimos e usuários
  • Edição de livros, biblioteca e usuários
  • Exclusão de livros, biblioteca e usuários

Contribuindo

Se você quiser contribuir com o projeto, siga os passos abaixo:

  1. Faça um fork do repositório em sua conta do GitHub.
  2. Clone o fork em sua máquina local.
  3. Crie uma nova branch para suas alterações:

git checkout -b minha-branch 4. Faça suas alterações e envie um Pull Request.

Licença

Este projeto ainda não está licenciado.


Our Library

Our Library is a back-end project for an online library that allows for the registration of books, authors, and users. It was developed in Java with the Spring framework.

Installation

To run the project locally, follow the steps below:

  1. Clone the repository on your local machine: git clone https://github.com/MathiasNeto/Our_Library.git

  2. Import the project in your favorite Java IDE.

  3. Configure the database connection information in the application.properties file.

  4. Execute the OurLibraryApplication class to start the local server.

You can now access the project at http://localhost:8080.

Features

The Our Library project has the following features:

  • Book registration
  • User registration
  • Library registration
  • Perform lending and returns
  • Viewing books, loans, and users
  • Editing books, library, and users
  • Deletion of books, library, and users

Contributing

If you want to contribute to the project, follow the steps below:

  1. Fork the repository to your GitHub account.
  2. Clone the fork on your local machine.
  3. Create a new branch for your changes: git checkout -b my-branch
  4. Make your changes and submit a Pull Request.

License

This project is not yet licensed.

About

Aplicacao desenvolvida com Spring Boot, ultilizando o banco de dados Postgresql, Spring Data Jpa, Lombok, Spring web.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages