Welcome to our cutting-edge gym app that seamlessly integrates the needs of instructors, members, and administrators for a streamlined fitness experience. Whether you're a fitness enthusiast looking to book classes or an instructor aiming to manage your schedule, our app has you covered. Here's a breakdown of the key functionalities:
Client: HTML, CSS, TailwindCSS, Blade
Server: PHP, Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
You may also try the Laravel Bootcamp, where you will be guided through building a modern Laravel application from scratch.
If you don't feel like reading, Laracasts can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.
Clone the project
git clone https://github.com/Rohit0814/MyGymApp.gitGo to the project directory
cd MyGymAppInstall dependencies
composer global require laravel/installer
npm installStart the server
npm run dev
php artisan serveTo run tests, run the following command
npm run testCreating database in your local system and then only migrate the existing system by using give command.
php artisan migrate:refresh --seed
If you have any feedback, please reach out to us at singhrohit.rs747@gmail.com
What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility
