Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-menezes/react-ecommerce-api
An ecommerce api integrated with the stripe api
https://github.com/ryan-menezes/react-ecommerce-api
api eccommerce javascript nodejs solid stripe stripe-api typescript
Last synced: about 2 months ago
JSON representation
An ecommerce api integrated with the stripe api
- Host: GitHub
- URL: https://github.com/ryan-menezes/react-ecommerce-api
- Owner: Ryan-Menezes
- License: mit
- Created: 2023-01-31T17:59:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T12:57:21.000Z (almost 2 years ago)
- Last Synced: 2023-08-15T09:02:40.278Z (over 1 year ago)
- Topics: api, eccommerce, javascript, nodejs, solid, stripe, stripe-api, typescript
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Ecommerce API
An ecommerce api integrated with the stripe platform
## Settings
Have [Node.js](https://nodejs.org/pt-br/) installed on your machine and through your terminal enter the project directory and run the command "npm install":
```sh
cd "project directory"
npm install
```
Rename the .env.example file to .env
Finally, start the node.js server with the command "npm run dev" in a separate terminal:
```sh
cd "project directory"
npm run dev
```