Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rizalpahlevii/online_shop

Online Shop
https://github.com/rizalpahlevii/online_shop

ajax api backend bootstrap4 css ecommerce frontend html javascript jquery laravel php rajaongkir

Last synced: about 1 month ago
JSON representation

Online Shop

Awesome Lists containing this project

README

        

## :rocket: ECOMMERCE SYSTEM

## ECOMMERCE SYSTEM?
- Multi Store
- API RajaOngkir

## System Requirement
- PHP Version 7.2 or Above
- Composer
- Git
- Node Js

## Installation

Use the package manager (composer and npm) for installing

1. Do the following commands for installing
```bash
git clone https://github.com/rizalpahlevii/online_shop.git
cd online_shop
composer install
npm install
copy .env.example .env
```
2. Create a database **online_shop**
3. Setting database name, username, and password in your .env file
4. Do the following instructions if you're done setting database in .env
```bash
php artisan migrate
php artisan key:generate
```
## To run the application
```bash
php artisan serve
```

## Account Demo For Super Admin
1. Username: **[email protected]**
Password: **12345678**