Skip to content

edureef/Gold-Gym-Management-Software

Repository files navigation

Gold Gym Management Software

Gym Management Software is a web application for managing a gym. It includes features for managing members, attendance, payments, and more.

Project Setup

To run this project on your local machine, follow these steps:

  1. Clone the repository:

    git clone https://github.com/edureef/Gold-Gym-Management-Software.git
  2. Navigate to the project directory:

    cd Gold-Gym-Management-Software
  3. Install PHP dependencies:

    composer install
  4. Install JavaScript dependencies:

    npm install
  5. Create a copy of the .env.example file:

    cp .env.example .env
  6. Generate an application key:

    php artisan key:generate
  7. Configure your database in the .env file.

  8. Run the database migrations:

    php artisan migrate
  9. Seed the Database Populate the database with initial data, including a default admin user.

    php artisan db:seed
  10. Run the development server:

    php artisan serve
  11. Compile assets:

    npm run dev

Now you can access the application in your web browser at http://localhost:8000.

  • User Email: admin@admin.com
  • Password: 12345678

You can now log in with the default admin credentials to explore the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages