Skip to content

impactdevs/bpo

Repository files navigation

BPO System Installation Guide

Our Business Process Outsourcing (BPO) System is an online database developed using Laravel. It serves as a centralized platform for listing all BPO companies in Uganda, providing easy access to their details for businesses and individuals. The system ensures a user-friendly experience with secure and scalable database management to support efficient data retrieval and reporting.


Installation Steps

  1. Clone the Repository

    • Open your terminal and run the following command:
      git https://github.com/impactdevs/bpo.git
    • Navigate into the project directory:
      cd <project-folder>
  2. Install Dependencies

    • Install PHP dependencies using Composer:
      composer install
    • Install front-end dependencies with npm:
      npm install
  3. Set Up Environment

    • Copy the .env.example file to .env:
      cp .env.example .env
    • Open the .env file and update the database and other necessary configurations.
  4. Generate Application Key

    • Generate the application key:
      php artisan key:generate
  5. Migrate the Database

    • Run database migrations to set up the tables:
      php artisan migrate
  6. Serve the Application

    • Start the development server:
      php artisan serve
    • Open your browser and visit:
      http://localhost:8000
      

Your online database for BPO companies in Uganda is now up and running!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages