Skip to content

Releases: quimeygalli/FlexR

v0.1.0 – Initial Release

12 Jan 02:23

Choose a tag to compare

FlexR is a gym management application focused on centralized handling of gym data and members.

This initial release provides the core backend functionality required to register gyms, authenticate users securely, and manage members with persistent local storage. The project is under development.

Included in this release:

  • Gym registration and authentication
  • Secure password storage (salted and hashed)
  • Session persistence
  • Member creation and management
  • SQLite-based local database
  • Flask-based backend architecture

This is an early-stage release. Core functionality is implemented and working; additional features, validation, and improved member experience are planned.