👋 This is an example eCommerce backend implementation using KeystoneJS.
It is based on the sick-fits backend by Wes Bos, built as part of his Advanced React Course
Implementation and docs are WIP.
NOTE you'll need Cloudinary, Stripe, and SMTP credentials set up in your
.env
file or environment variables to run this example. See thesample.env
file for required fields.
To run the project locally:
- Clone the https://github.com/keystonejs/keystone repository
- Run
yarn
at the root directory of the repository (we use yarn workspaces) - Navigate to this directory and run
yarn dev
If everything works 🤞 the GraphQL Server and Admin UI will start on localhost:3000