A pet is a new family member and Petfit helps you to be ready to adopt your new special one:
Choose the name, breed and with Petfit collect data about your future pet, save your new pet supply list or shopping list. With Petfit you will be ready to welcome your new pet! Are you Petfit?
The Petfit application uses a Java-based backend built with Spring Boot and Spring Security, and a TypeScript-based frontend built with React. The styling is done using Material UI and custom CSS.
To run Petfit in your environment, please follow the steps below:
- Download the repository.
- Set up the following environment variables for the backend: MONGO_URI: mongodb://[SERVER]:[PORT]
- Start the backend with Maven.
- cd into the frontend folder and run: npm ci
- Start the frontend with the command 'npm start'.
You can also visit the deployed version: [petfit]
Thank you! 👍