Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heiso/cobbl
- Owner: heiso
- License: mit
- Created: 2018-06-27T09:36:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T21:43:59.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T10:09:58.154Z (3 months ago)
- Topics: api, graphql, graphql-code-generator, koa, nodejs, prisma, react, template, typescript
- Language: TypeScript
- Homepage:
- Size: 3.03 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)