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.
Para executar o projeto localmente, siga os passos abaixo:
-
Clone o repositório em sua máquina local: git clone https://github.com/MathiasNeto/Our_Library.git
-
Importe o projeto em sua IDE Java favorita.
-
Configure as informações de conexão ao banco de dados no arquivo application.properties.
-
Execute a classe OurLibraryApplication para iniciar o servidor local.
Agora você pode acessar o projeto em http://localhost:8080.
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
Se você quiser contribuir com o projeto, siga os passos abaixo:
- Faça um fork do repositório em sua conta do GitHub.
- Clone o fork em sua máquina local.
- Crie uma nova branch para suas alterações:
git checkout -b minha-branch 4. Faça suas alterações e envie um Pull Request.
Este projeto ainda não está licenciado.
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.
To run the project locally, follow the steps below:
-
Clone the repository on your local machine: git clone https://github.com/MathiasNeto/Our_Library.git
-
Import the project in your favorite Java IDE.
-
Configure the database connection information in the application.properties file.
-
Execute the OurLibraryApplication class to start the local server.
You can now access the project at http://localhost:8080.
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
If you want to contribute to the project, follow the steps below:
- Fork the repository to your GitHub account.
- Clone the fork on your local machine.
- Create a new branch for your changes: git checkout -b my-branch
- Make your changes and submit a Pull Request.
This project is not yet licensed.