Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/md-aamroni/ecommerce-app
This is a single vendor ecommerce application for Fleet Learning batch-01 students real-time software development purpose only.
https://github.com/md-aamroni/ecommerce-app
ecommerce-website php single-vendor-ecommerce
Last synced: about 2 months ago
JSON representation
This is a single vendor ecommerce application for Fleet Learning batch-01 students real-time software development purpose only.
- Host: GitHub
- URL: https://github.com/md-aamroni/ecommerce-app
- Owner: md-aamroni
- Created: 2021-06-12T15:29:05.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T12:06:14.000Z (over 3 years ago)
- Last Synced: 2023-07-24T03:33:45.131Z (over 1 year ago)
- Topics: ecommerce-website, php, single-vendor-ecommerce
- Language: PHP
- Homepage: https://md-aamroni.github.io
- Size: 63.1 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## eCommerce Application
![Ecommerce Application](./public/images/cover.jpg)### Folder Structure:
```
├───.github
│ └───workflows
├───admin
├───app
│ ├───Eloquent
│ ├───Http
│ │ ├───Controllers
│ │ └───Core
│ └───Models
├───bootstrap
├───components
├───config
├───public
│ ├───css
│ ├───fonts
│ ├───images
│ ├───js
│ └───plugins
├───resource
│ ├───@schema
│ └───view
│ ├───content
│ └───include
├───storage
└───vendor
```#### [Front End Application Features:](https://ecommerce-app.com/)
1. Authentication
2. Dashboard
3. Categories
4. Sub Categories
5. Products
6. Orders
7. Inventory
8. Media and so on...#### [Back End Application Features:](https://ecommerce-app.com/admin-login)
1. Authentication
2. Dashboard
3. Categories
4. Sub Categories
5. Products
6. Orders
7. Inventory
8. Media and so on...