As a GitHub user, perhaps you have tried to change your GitHub avatar and realized there is a 1MB limit for images you can upload. Git Fit's purpose is to provide a tool in your command line (CLI) to compress your avatar while maintaining high quality output.
gitfit -input input.jpeg -output output.jpeg -maxsize -quality <1-100 for jpeg> -v [for verbose output]
## Running the Web App
You can run the full stack application using the Makefile:
1. ** start the backend server **:
```bash
make server
The server will start on http://localhost:8080.
-
** start the frontend development server **:
make web
The frontend will start on
http://localhost:5173. -
** run tests **:
make test