Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heiso/cobbl

Strongly typed project template using prisma, graphql, graphql-code-generator and react
https://github.com/heiso/cobbl

api graphql graphql-code-generator koa nodejs prisma react template typescript

Last synced: 3 months ago
JSON representation

Strongly typed project template using prisma, graphql, graphql-code-generator and react

Awesome Lists containing this project

README

        

# Cobbl ยท [![Tests](https://github.com/heiso/cobbl/actions/workflows/test.yml/badge.svg)](https://github.com/heiso/cobbl/actions/workflows/tests.yml) [![codecov](https://codecov.io/gh/heiso/cobbl/branch/master/graph/badge.svg?token=kbpSrmmRbC)](https://codecov.io/gh/heiso/cobbl) [![Gitmoji](https://img.shields.io/badge/gitmoji-%20๐Ÿ˜œ%20๐Ÿ˜-FFDD67.svg?style=flat-square)](https://gitmoji.dev) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)

Cobbl is pronunced `หˆkรคbษ™l`

## Install and first run

```bash
npm i
npm run up
npm run reset-database
```

Then go to http://localhost:3000

## Stop and start

`npm run up` and `npm run down`

## Test for fun

```bash
npm run test
```

## Some references and or inspirations

- [Bedrock](https://bedrock.mxstbr.com/)
- [Colocation](https://kentcdodds.com/blog/colocation)
- [Stop trying to be so DRY, instead Write Everything Twice (WET)](https://dev.to/wuz/stop-trying-to-be-so-dry-instead-write-everything-twice-wet-5g33)
- [The Wrong Abstraction](https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction)
- [9 Ways to Secure Your Graph](https://youtu.be/nZSmcfSMuoE)

## License

[MIT](./LICENSE)