Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazyoptimist/crown-clothing-backend
- Owner: crazyoptimist
- Created: 2021-04-27T03:16:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T03:52:32.000Z (over 3 years ago)
- Last Synced: 2024-10-03T21:41:16.242Z (about 1 month ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.