Skip to content

Bronid/Laravel-RA-B-Shop

Repository files navigation

Laravel RA&B - ReadMe

raandb

Overview

This project serves as a simplified version of the popular OLX platform. It provides a platform for users to buy and sell items within a community. The application is built using the Laravel framework.

Features

  • User Authentication: Secure user authentication system to create and manage accounts.

  • Product Listings: Users can create, view, and manage product listings.

  • Search Functionality: Efficient search functionality to find specific products.

  • User Profiles: Personalized user profiles with information.

Getting Started

Prerequisites

  • PHP 7.4+
  • Composer
  • Laravel
  • Sqlite database

Installation

  1. Clone the repository:

    git clone https://github.com/Bronid/Laravel-RA-B-Shop.git
  2. Navigate to the project folder

  3. Install dependencies:

    composer install
    npm install
  4. Migrate the database:

    php artisan migrate
  5. Start the development server:

    php artisan serve
    npm run dev
  6. Check http://127.0.0.1:8000

  7. Done =)

License

This project is licensed under the MIT License.

About

OLX-like web application (Laravel)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors