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.
-
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.
- PHP 7.4+
- Composer
- Laravel
- Sqlite database
-
Clone the repository:
git clone https://github.com/Bronid/Laravel-RA-B-Shop.git
-
Navigate to the project folder
-
Install dependencies:
composer install
npm install
-
Migrate the database:
php artisan migrate
-
Start the development server:
php artisan serve
npm run dev
-
Check http://127.0.0.1:8000
-
Done =)
This project is licensed under the MIT License.
