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

https://github.com/danielstern/ecommerce-application

commerce-app
https://github.com/danielstern/ecommerce-application

Last synced: about 1 year ago
JSON representation

commerce-app

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`).