This will be a scaffold project to implement gRPC with your project. The stack is:
- Go for all backend logic
- gRPC with Twirp
- Postgres image in Docker
- OAuth
- React with Vite
- TailwindCSS
- Create Register Handler
- Create Login Handler
- Create Protected Route
- Create Middleware
- Spin up Local Postgres DB in Docker
- Connect DB to Server
- Spin up Client with React
- Implement Tailwind
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.