Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/crown-clothing-backend

Accepts stripe payment from Crown Clothing React E-Commerce Store
https://github.com/crazyoptimist/crown-clothing-backend

Last synced: 13 days ago
JSON representation

Accepts stripe payment from Crown Clothing React E-Commerce Store

Awesome Lists containing this project

README

        

# Backend for Crown Clothing

## Run

```bash
npm start
```

## Deploy

```bash
git push heroku main
```

`Procfile` is not needed because `start` script is defined in `package.json` file.