A Next.JS pet companion web application for dog owners.
- Official website
- License
- Authors
- Support
- About the project
- Technologies
- Installation
- Usage
- Contributing
- Amadeusz Blanik - Frontend, Mobile, and Backend
Support me by buying me a tea or contributing to the project: Revolut
After becoming a proud dog dad of a Standard Schnauzer in 2022, I searched for an application to help me manage standard dog care tasks such as health, weight, feeding, and heat tracking. Since I couldn't find a suitable app, I decided to create one as an open-source project, hoping it would be useful for other dog owners.
Additionally, this project provided a great opportunity to learn more about SwiftUI, Nest.JS, and test new technologies.
Feel free to contact me with suggestions or ideas:
Use the package manager npm or yarn to install all dependencies.
For npm:
npm install
For yarn:
yarn install
npm run dev
oryarn dev
- starts the application in development mode.npm run build
oryarn build
- builds the application.npm run start
oryarn start
- starts the application in production mode.npm run lint
oryarn lint
- runs linter.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.