https://github.com/charles-dr/node-graphql-api
ecommerce GraphQL API
https://github.com/charles-dr/node-graphql-api
apollo-graphql-server aws-s3 cart docker express-js graphql-subscriptions livechat mongodb nodejs paypal redis stripe unionpay
Last synced: 2 months ago
JSON representation
ecommerce GraphQL API
- Host: GitHub
- URL: https://github.com/charles-dr/node-graphql-api
- Owner: charles-dr
- Created: 2021-12-23T06:49:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T16:32:05.000Z (about 4 years ago)
- Last Synced: 2026-03-28T00:42:42.892Z (2 months ago)
- Topics: apollo-graphql-server, aws-s3, cart, docker, express-js, graphql-subscriptions, livechat, mongodb, nodejs, paypal, redis, stripe, unionpay
- Language: JavaScript
- Homepage: https://shoclef.com
- Size: 4.2 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Background Scripts
## ! IMPORTANT
This branch is for the backgrouond scripts mainly for the translation.
Please don't merge this branch into main branch or other API development branch.
Thank you!
## How to do (local environment)
#### this is for demo purpose
#### test for deployment check - 4th change
## Environment
1. add to `~/.profile` node env `export NODENV=development`
2. copy 'credentials.example' folder as 'credentials' and update credentials.
## Configure Docker
1. add bridge network `docker network create --driver bridge shoclef_bridge`
## Using migrations for DynamoDB
1. install `migrate-mongoose` globally `npm install -g migrate-mongoose`
2. run migrations `migrate up` (local use) or `npm run migrate-up` (this command use on the stage and prod servers)