- The Pata Amiga is an open source customizable and extensible platform for helping homeless animals, It provides a simple and scalabel soluction for users and NGOs
- Project status:
- P.E.T Support
Sample:
- You can see documentation on localhost.
- Clone the repository:
git clone https://github.com/PET-foundation/Pata-Amiga-API
cd Pata-Amiga-API
-
Change the database configs in yours
applicatio.yml
-
Run on:
Unix
./mvnw clean install
Windows
mvnw.cmd clean install
- Run the Spring Boot:
Unix
./mvnw spring-boot:run
Windows
mvnw.cmd spring-boot:run
or
- You can Run with docker. You can run oficial docker image:
docker run matheusvict/pataamiga
or
- build with Dockerfile
docker build .
- Open on your localhost
Description, sub-modules organization...
mvn clean install
Build options:
mvn clean install -Dspring.profiles.active=dev
mvn clean install -Dspring.profiles.active=prod
mvn clean install -Dspring.flyway.enabled=false
- First of all, to contributing, clone the repository:
git clone https://github.com/PET-foundation/Pata-Amiga-API
cd Pata-Amiga-API
docker compose up
or
mvn clean package -Dspring.profiles.active=dev