Restaurant order management makes easy.
- install docker
- copy
.env.exampleto.env - run
npm run dev - run
npm run cli dev-setupto setup databases - graphql playground is available at
http://{host}:{port}/graphql - please read onboarding.md for more details
- restart
docker composeafter making changes in .env - lodash default import doesn't work should be imported as
* as _ - typeorm @Column default does not set default value
- merchant: a business that uses our platform to manage their products and orders
- multi-tenant architecture (each merchant has its own database)
- stores metadata of all merchants
- modify sql file
- create a Typeorm entity (It also defines Graphql type)

