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.
-
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>
- Open your terminal and run the following command:
-
Install Dependencies
- Install PHP dependencies using Composer:
composer install
- Install front-end dependencies with npm:
npm install
- Install PHP dependencies using Composer:
-
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.
- Copy the
-
Generate Application Key
- Generate the application key:
php artisan key:generate
- Generate the application key:
-
Migrate the Database
- Run database migrations to set up the tables:
php artisan migrate
- Run database migrations to set up the tables:
-
Serve the Application
- Start the development server:
php artisan serve
- Open your browser and visit:
http://localhost:8000
- Start the development server:
Your online database for BPO companies in Uganda is now up and running!