Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 597 Bytes

API Rest Backend(Biblioteca)

API Rest usando SpringBoot, SpringBootDevTools, SpringMVC, SpringJPA Hibernate(PostgreSQL).

Frontend

Biblioteca Angular.

Prerequisites

  • Eclipse IDE.
  • PostgreSQL.

Get Started

  1. Clone the Project or Download ZIP project(unzip this).
  2. Open Eclipse, File/Import/Maven/Existing Maven Projects, Choose the clone directory.
  3. Run Application ApirestApplication.

Base de Dados (PostgreSQL)

  • PORTA = 5432
  • DATABASE = BibliotecaDB
  • USERNAME = postgres
  • PASSWORD = 123456