A business marketplace website with a focus on pets
main branch is protected as the plan is to have it be used to deploy the site through github actions, make your changes on a different branch then submit a pull request to merge to main.
- Backend - Java Springboot
- Frontend - React
- Database - MySQL/MariaDB
To easily run the project install docker compose and run docker-compose up
in the root directory to start the database, backend and frontend.
- You will need to modify the compose file to build the images instead of pulling them from ghcr