Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilijanl/ts-graphql-starter
A starter template with fastify, nextjs and hasura on postgres
https://github.com/ilijanl/ts-graphql-starter
Last synced: 2 months ago
JSON representation
A starter template with fastify, nextjs and hasura on postgres
- Host: GitHub
- URL: https://github.com/ilijanl/ts-graphql-starter
- Owner: ilijaNL
- Created: 2023-03-30T13:29:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T18:29:59.000Z (over 1 year ago)
- Last Synced: 2024-04-23T23:02:07.278Z (9 months ago)
- Language: TypeScript
- Size: 1.23 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript, Hasura, Fastify, NextJS Starter
A high scalable and secure starter template based on Hasura, Fastify and NextJS.
Using best practices and typescript for best DX.
The goal is to create high scalable and flexible microservice system which is develop friendly as well.
## System Requirements
- NodeJS 16+
- PNPM
- Docker## Architecture
[]()
Boxes in yellow are implemented
## TODO
- [ ] Documentation for development workflow
- [ ] Workspace service - a template for having workspaces
- [ ] Documentation for scalability
- [ ] Documentation for best practices
- [ ] CI with github actions
- [ ] CD with github actions