|
|
7 years ago | |
|---|---|---|
| admin-ui | 7 years ago | |
| docs | 7 years ago | |
| server | 7 years ago | |
| .editorconfig | 7 years ago | |
| .gitignore | 7 years ago | |
| CONTRIBUTING.md | 7 years ago | |
| LICENSE | 7 years ago | |
| README.md | 7 years ago | |
| graphql.config.json | 7 years ago | |
| tslint.json | 7 years ago |
A headless GraphQL ecommerce framework built on NestJS with TypeScript.
Currently in pre-alpha, i.e. it is not yet useable.
Vendure is a headless framework, which means that it is just an API serving JSON via a GraphQL endpoint. The code for
the server is located in the server directory.
We will ship with an administration UI which is a stand-alone web application which can be used to perform tasks such
as inventory, order and customer management. The code for this is located in the admin-ui directory.
The server requires an SQL database to be available. I am currently using bitnami-docker-phpmyadmin Docker image, which is MariaDB including phpMyAdmin.
Vendure uses TypeORM, so it compatible will any database which works with TypeORM.
cd server && yarnyarn start:devyarn populatecd admin-ui && yarnyarn startMIT