Adoptee is a platform that has the goal to strengthen the bond between the general public and animal welfare organizations in Sri Lanka.
- Allows organizations to list animals that are available for adoption.
- Searching and making adoption requests.
- Handling cases about injured/abandoned animals.
- Vaccine reminders and regular updates of the adopted animals.
- Organizational profile / timeline of the organizations.
- Donate or sponsor to the organizations.
- Portal to consult veterinarians remotely.
- Maintain health records of animals consulted
- Install Docker
- setup config variables in docker compose or in
/lib/core/Config.php
- Run
docker compose up
- Goto
"localhost/scripts/admin.php"
and click "seed data"
- Registered User : user@example.com / 12345678
- Organization User : orguser@example.com / 12345678
- Organization Admin : admin1@example.com / 12345678
- Doctor : doctor@example.com / 12345678
- All docs are available in the
/_docs
folder - Diagrams & specifications are available in the SRS
- Use the
docker-compose-prod.yml
to deploy full application - Setup config variables in docker compose or in
/lib/core/Config.php
- Optional : You can also build
Dockerfile
to get an application image- Provide database host as
DB_HOST
environment variable
- Provide database host as