- Laravel: The PHP framework used for building the API.
- MySQL: Database management system.
- MySQL: Database management system.
- laravel-sluggable: Generate slugs when saving Eloquent models
The database consists of the following tables:
-
Clone the Repository:
git clone https://github.com/DevBigBoy/e-store.git
-
Navigate to the Project Directory:
cd e-store
-
Install Dependencies:
composer install
-
Set Up Environment File:
Copy
.env.example
to.env
and configure your database and other environment variables.cp .env.example .env
-
Generate Application Key:
php artisan key:generate
-
Run Migrations:
php artisan migrate
-
Start the Development Server:
php artisan serve
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or fix.
- Make your changes and test thoroughly.
- Submit a pull request with a clear description of your changes.
This project is licensed under the MIT License.