Skip to content

thekarel/best-practices-example

Repository files navigation

Cupcake

Order cupcakes. Write clean code. Eat your own dog food 🧁

An example implementation of thekarel/best-practices

First time setup

Install all dependencies:

yarn

Development

To start the UI and GraphQL server and store data in memory:

yarn dev

To connect to a real MongoDB database:

MONGO_URL=mongodb:https://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 https://localhost:4400/ with

docker-compose up

About

🧁 Example implementation of thekarel/best-practices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published