FitGym is a simple web-based fitness tracking application built with Go, Dart Flutter and PostgreSQL. It allows users to log and manage their workout routines including exercises, sets, reps, and weight.
- 📝 Create and manage workouts
- 🏋️ Add exercises with sets, reps, and weights
- 📊 Track workout history
- ✅ Simple and clean UI
- 🔐 Secure login system
- Backend: Go
- Frontend: Dart, Flutter
- Database: PostgresSQL
http://193.148.58.102:8080/swagger/index.html
Before running copy .env.example to frontend/fitgym and backend directoryes and rename it to .env.
docker compose up --build -d
- For running backend part
cd backend
go mod tidy
go run cmd/main.go
- For running frontend part
cd frontend/fitgym
flutter pub get
flutter run
Contributions are welcome! Feel free to fork this repository, make changes, and open a pull request.
- Zavadskii Peter Team Lead / Backend
- Zaynulin Salavat Backend
- Lutfullin Sarmat Frontend
- Fominykh Aleksei DevOps
https://github.com/orgs/Fitgym-org/projects/1
MIT License. See LICENSE for more information.
- Go-based microservices architecture (minimum 3 services) (3 points)
- RESTful API with Swagger documentation (1 point)
- gRPC implementation for communication between microservices (1 point)
- PostgreSQL database with proper schema design (1 point)
- JWT-based authentication and authorization (1 point)
- Comprehensive unit and integration tests (1 point)
- Flutter-based cross-platform application (mobile + web) (3 points)
- Responsive UI design with custom widgets (1 point)
- State management implementation (1 point)
- Offline data persistence (1 point)
- Unit and widget tests (1 point)
- Support light and dark mode (1 point)
- Docker compose for all services (1 point)
- CI/CD pipeline implementation (1 point)
- Environment configuration management using config files (1 point)
- GitHub pages for the project (1 point)
- GitHub organization with well-maintained repository (1 point)
- Regular commits and meaningful pull requests from all team members (1 point)
- Project board (GitHub Projects) with task tracking (1 point)
- Team member roles and responsibilities documentation (1 point)
- Project overview and setup instructions (1 point)
- Screenshots and GIFs of key features (1 point)
- API documentation (1 point)
- Architecture diagrams and explanations (1 point)
- Consistent code style and formatting during CI/CD pipeline (1 point)
- Code review participation and resolution (1 point)
- Localization for Russian (RU) and English (ENG) languages (2 points)
- Good UI/UX design (up to 3 points)
- Integration with external APIs (fitness trackers, health devices) (up to 5 points)
- Comprehensive error handling and user feedback (up to 2 points)
- Advanced animations and transitions (up to 3 points)
- Widget implementation for native mobile elements (up to 2 points)







