Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rizalpahlevii/online_shop
- Owner: rizalpahlevii
- Created: 2019-10-29T10:37:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T08:31:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:57:46.489Z (almost 2 years ago)
- Topics: ajax, api, backend, bootstrap4, css, ecommerce, frontend, html, javascript, jquery, laravel, php, rajaongkir
- Language: HTML
- Size: 20 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
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**