Skip to content

HiranTharinda/PersoAd-1

 
 

Repository files navigation

PersoAd

Online System for Personal Advertisements

Introduction

There are many sites that provides users to post advertisements about products, or else to contact public users to provide services. There is no specific system to provide a common platform to publish any type of advertisement. Also when users can add many types of advertisements, unnecessary junks can be added to the system.


Capture01


Capture02


Capture01


Project Scope

IN SCOPE

  • Full featured dynamic website with member registration facility and publishing personal advertisements facility.
    • Any public user can register into the system and create their profile in order to post advertisements. The system also provides the facility to select a category that the advertisement should be appeared to the public and for that, a variety of categories will be added to the system.
  • Administration System
    • Administrative interface as a part of the main system in order to perform administrative functionalities of the system.

OUT SCOPE

  • The system does not concern about communications between the users posting advertisements and the buyers who wants to contact the advertisements.
  • The interface for the buyers.

Used Technologies


Installation Guidance

PREREQUISITES

  • Latest Version of Laravel Framework with Composer
  • Stripe account (For payment section / Optional)

HOW TO INSTALL

  • Fork and clone the github repository of the project.
  • Run following bash commands inside your project directory as the order.
shell:~$ composer install
.........................
.........................
shell:~$ php artisan migrate
.........................
.........................
shell:~$ php artisan storage:link
.........................
.........................
  • Then add the following code segment into the end of your .env file
STRIPE_PUB_KEY=<Your Stripe Account Public Key>
STRIPE_SECRET_KEY=<Your Stripe Account Secret Key>
shell:~$ php artisan serve

Developers

Ravindu Sachintha Nidu Shihani Hiran Tharinda Chathuri Chandima

Contributing

Warmly welcome to developers for contributing PersoAd Project. Make sure to open an issue and communicate with us before creating a Pull Request.


License

The PersoAd System is open-sourced software solution licensed under the GNU General Public License v3.0.

About

Online System for Personal Advertisements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 50.1%
  • HTML 49.6%
  • Vue 0.3%