Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nurislam03/mern_graphql_paypal
- Owner: nurislam03
- Created: 2020-03-28T07:30:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:35:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T10:07:57.468Z (almost 2 years ago)
- Topics: authentication, graphql, mern, mongodb, nodejs, payment-integration, paypal, reactjs
- Language: JavaScript
- Size: 1.78 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
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
```