Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joliwood/solo-dev-saas-template
Perfect Saas template for a full stack solo dev
https://github.com/joliwood/solo-dev-saas-template
graphql graphql-yoga jwt knex monorepo next node postgresql react relay shadcn-ui tailwindcss typescript
Last synced: 25 days ago
JSON representation
Perfect Saas template for a full stack solo dev
- Host: GitHub
- URL: https://github.com/joliwood/solo-dev-saas-template
- Owner: Joliwood
- License: mit
- Created: 2024-03-29T19:38:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T10:46:01.000Z (3 months ago)
- Last Synced: 2024-09-14T20:49:05.748Z (3 months ago)
- Topics: graphql, graphql-yoga, jwt, knex, monorepo, next, node, postgresql, react, relay, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to this solo dev saas template
## What is that template ?
This template is a subjective preference for a complete monorepo, full stack typescript, the main objective is to setup all technos to enjoy coding your own SAAS as a solo developper.
## What is the stack composition ?
Front :
- React
- Next
- Tailwindcss
- Shadnc uiBack :
- GraphQL (Yoga as framework)
- Node
- Postgresql
- Knex## Upgrades incoming || Reflexions :
- Adding a storybook for the front
- Full auth setup
- Package package for infra
- Sentry (infra)## How to read commits in this project
:zap: = Minor correction / fast debug \
:construction: = Work in progress \
:tada: = New feature \
:card_file_box: = Datas or contents updated \
:hammer: = Corrections / debug \
:memo: = Readme / Code comments / Documentations \
:rotating_light: = Security \
:sparkles: = Clean code