Skip to content

DavidBatoDev/pup_alumni_portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Project

This is a Laravel project. Follow the steps below to install and run it locally.

Prerequisites

  • PHP >= 7.3
  • Composer
  • Node.js and NPM (optional for front-end assets)
  • MySQL or any other database

Installation

  1. Clone the repository:

    git clone https://github.com/DavidBatoDev/pup_alumni_portal.git
  2. Navigate to the project folder:

    cd pup_alumni_portal
    cd client
    npm install
    cd ../server
  3. Install dependencies:

    composer install
  4. Copy the .env.example file and configure your environment:

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

    php artisan key:generate
  6. Set up the database in the .env file.

  7. Run migrations:

    php artisan migrate
  8. Install dependencies and compile assets:

    npm install
  9. Serve the application:

    Frontend:
    cd client
    npm run dev
    
    Backend:
    cd server
    php artisan serve
  10. Access the app at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •