A open source gym management system build.
Explore the docs »
·
Report Bug
·
Request Feature
There are many of gym management systems instead of using one of those I decided to build one with Laravel 5.8 using the package Voyager 1.2 to make the proccess quicker and easier for basic operations (BREAD).
Of course, this project may not be current suilble for a big business but it will improve with time. keep in mind that it's in early development stateges. Therefore, if you want to get involve feel free to do so.
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
You must have Composer and a DB server. Its recommend to use Xampp or Mamp for starters. PHP >= 7.4
-
Clone the repo
git clone https://github.com/cristianmarint/MotionGym.git
-
Configure .env file
mv .env.example .env
-
Install composer
composer install
-
Migrate database
php artisan migrate
-
App key
php artisan key:generate
-
Seed database
php artisan db:seed
-
Create your own admin user
php artisan voyager:admin [email protected] --create
or use
[email protected] 12345678
- Once your login, click on "Fix Missing storage symlink" an then
php artisan storage:link
mv public\storage_old\* public\storage
8.1 Delete storage_old
rmdir .\public\storage_old\
Currently there are no useful example due to early stages.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Cristian Marin - @cristianmarint - [email protected]