Skip to content

HossamSoliuman/RFP

Repository files navigation

RFP Bidding System

RFP (Request for Proposal) is a web-based bidding system where a sales representative can make a request and the presales can respond with a proposal. The administrator is the third actor who can manage the CRUD processes.

Prerequisites

  • Before running this application, you need to have the following installed on your machine:
  • PHP 7.3 or higher
  • MySQL or any other database system
  • Composer
  • PHP 7.3 or higher
  • MySQL or any other database system

Run Locally

Clone the repository to your local machine using the following command:

git clone https://github.com/hossamsoliuman/rfp.git

cd rfp

Generate .env file

cp .env.example .env

Then, configure the .env file according to your use case.

Install the dependencies and then compile the assets

composer install

npm install
npm run dev

Populate the tables to the database. Create a new database for the project and run migration to create the necessary tables:

php artisan migrate

Optional: Seed data to the dabase

php aritsan db:seed

Generate app key

php artisan key:generate

Run the application

php artisan serve

Access the application in your web browser at http://localhost:8000.

User Logins

Note

I developed this project out of my head, not on YouTube

About

Request For Proposal system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages