Simple template for creating go & react js project.
git clone https://github.com/rayyildiz/go-react-template.git my-awesome-app
cd my-awesome-app
make
- PostreSQL
- GoCloud
- Zap Logger with Sentry support
- Echo for routing.
- Google Cloud Build
- Github Action
- Material UI
- Typescript
- React Router Dom
- Register, Login, Forget Password pages
Run make clean
to remove .git
folder and create an empty .env
file.
DEBUG=true
POSTGRES_CONNECTION=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
This template is configured for Google CLoud Build and ready to deploy to Cloud Run.
Useful links: