Welcome to FitnessHub - Your Ultimate Fitness Destination powered by Django and designed with Tailwind CSS.
Home
- Home: Explore the main landing page with featured content.
- About: Learn more about FitnessHub and its mission.
Schedule
- View different timings available at the gym.
- Create and manage new schedules.
- Receive announcements related to schedule updates.
Programs (Exercise)
- Browse the list of available equipment and exercise programs.
- Focus on specific workouts to enhance your fitness routine.
Pricing
- Check the prices for each session and duration.
- Users can offer and apply discounts.
- Announcement
- Updates the user with announcements for new schedules, programs, and pricing changes.
Clone the repository:
git clone https://github.com/your-username/FitnessHub.gitInstall dependencies:
pip install -r requirements.txtApply migrations:
python manage.py migrateRun the development server:
python manage.py runserverVisit http://localhost:8000 to explore FitnessHub locally.
This project is licensed under the MIT License - see the LICENSE file for details.
Design with love from E4CRYPT3D. Feel free to contribute, report issues, or suggest improvements to make FitnessHub even better!