Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabdoc27/ecommerce
An online store with cart functionality, SSLCommerz payment integration, JWT authentication, and Axios for seamless requests, where customers can share their experiences.
https://github.com/fabdoc27/ecommerce
axios bootstrap jwt-authentication laravel mysql php sslcommerz
Last synced: 14 days ago
JSON representation
An online store with cart functionality, SSLCommerz payment integration, JWT authentication, and Axios for seamless requests, where customers can share their experiences.
- Host: GitHub
- URL: https://github.com/fabdoc27/ecommerce
- Owner: Fabdoc27
- Created: 2024-01-28T20:57:20.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T23:07:16.000Z (2 months ago)
- Last Synced: 2024-09-14T13:34:38.604Z (2 months ago)
- Topics: axios, bootstrap, jwt-authentication, laravel, mysql, php, sslcommerz
- Language: CSS
- Homepage:
- Size: 6.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-Commerce
This project works with Laravel 10.x, PHP 8.1 or higher, and a MySQL database.
## Getting Started
Follow these steps to set up the project:
1. **Clone the repository and navigate to the directory:**
```shell
git clone [email protected]:Fabdoc27/Ecommerce.git
cd Ecommerce
```2. **Install the dependencies:**
```shell
composer install
```3. **Create the environment file:**
```shell
cp .env.example .env
```4. **Generate the application key:**
```shell
php artisan key:generate
```5. **Run the database migrations:**
```shell
php artisan migrate
```6. **Start the development server:**
```shell
php artisan serve
```