Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nurislam03/mern_graphql_paypal

A simple project using MERN stack with GraphQL. Aimed to explore PayPal integration as a payment method.
https://github.com/nurislam03/mern_graphql_paypal

authentication graphql mern mongodb nodejs payment-integration paypal reactjs

Last synced: about 1 month ago
JSON representation

A simple project using MERN stack with GraphQL. Aimed to explore PayPal integration as a payment method.

Awesome Lists containing this project

README

        

# MERN_GraphQL_PayPal
A simple project using MERN stack with GraphQL. Aimed to explore PayPal integration as a payment method.

### Install all dependencies in both server (inside MERN_GraphQL_PayPal/) & client (inside MERN_GraphQL_PayPal/client/) directory following the command

```sh
$ npm install
```

### To Run the app (Server & Client concurrently)

##### make sure, you are inside the MERN_GraphQL_PayPal directory & type the following command

```sh
$ npm run dev
```

### To Run the app (Server Only)

##### make sure, you are inside the MERN_GraphQL_PayPal directory & type the following command

```sh
$ npm run app
```

### To Run the app (Client Only - React)

##### make sure, you are inside the MERN_GraphQL_PayPal/client directory & type the following command

```sh
$ npm start
```