Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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