https://github.com/danielstern/ecommerce-application
commerce-app
https://github.com/danielstern/ecommerce-application
Last synced: about 1 year ago
JSON representation
commerce-app
- Host: GitHub
- URL: https://github.com/danielstern/ecommerce-application
- Owner: danielstern
- Created: 2020-03-30T09:24:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T18:39:31.000Z (over 3 years ago)
- Last Synced: 2025-04-10T22:53:24.571Z (about 1 year ago)
- Language: JavaScript
- Size: 1.88 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Payment Processing Application
## Overview
## Quick Start
Start MongoDB:
```./path/to/mongo/mongod.exe```
Start the App:
```npm install && npm start```
Browser will open automatically to the application in `webpack-dev-server.`
## Directories
### `/src`
Contains the source code for the application.
### `/public`
Contains files that are served as-is to the client (`index.html`).