Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 741 Bytes

README.md

File metadata and controls

49 lines (33 loc) · 741 Bytes

Petcare

Projeto para controle de estoque de clinicas!

Technologies and tools:

  • Thymeleaf
  • Bootstrap
  • Spring Boot
  • Spring Data JPA
  • Spring Security
  • Maven
  • PostgreSQL
  • Heroku(Deploy)
  • Spring Tool Suite(IDE)
## Build Setup

## Requirements
Java - 1.8.x

Maven - 3.x.x

## Steps to Setup

1. Clone the application

git clone https://github.com/BrunoDSouza/Petcare.git

2. Build and run the app using maven

cd petcare
mvn package
java -jar target/petcare-0.0.1-SNAPSHOT.jar

## Alternatively, you can run the app directly without packaging it like so -

mvn spring-boot:run

See live demo

Users

User basic: alucard Password: alucard

User Admin: admin Password: admin1234