Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flybayer/packdigital
https://github.com/flybayer/packdigital
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flybayer/packdigital
- Owner: flybayer
- Created: 2019-12-06T00:00:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:29:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T19:53:01.398Z (13 days ago)
- Language: TypeScript
- Size: 2.49 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pack Digital Platform
## Repo Overview
This is a mono-repo using yarn workspaces
### Design Guidelines
Should easily handle the following:
- 20,000 Products per shop
- 500,000 Product Variants per shop## Development
**Requirements**
1. Node 12
2. Yarn
3. Docker - [install for mac](https://docs.docker.com/docker-for-mac/)**First Time**
1. `cp .env.sample .env` and set variables as needed
### Workflow
1. `yarn` to install dependencies
2. `yarn start` to start all services with one command
3. Access the Hasura console at [localhost:8000](http://localhost:8000/)