Order cupcakes. Write clean code. Eat your own dog food 🧁
An example implementation of thekarel/best-practices
Install all dependencies:
yarn
To start the UI and GraphQL server and store data in memory:
yarn dev
To connect to a real MongoDB database:
MONGO_URL=mongodb://localhost:7017 yarn dev
A simple docker-compose.yml
is provided. If you have Docker installed you can start a MongoDB instance on localhost:7017
and Mongo Express on http://localhost:4400/ with
docker-compose up