Example stack of:
Fork of this project: https://github.com/McMenemy/GoDoRP
Disclaimer: This project is not actively supported and not recommended for production apps. Hope it serves as a learning resource.
- Start a vGoDoRPQl project with one command on any computer with docker-compose installed
- Dev mode features hot reloading on code changes for both the GoLang backend and React frontend (no need to rebuild containers while coding)
- Anyone can contribute to your project locally without having to setup/install GOPATH, Postgres, node etc
- Easily modifiable graphQL schema. (See makefile
gen-schema
rule for command) - Dev environment is the same as production environment
- download docker-compose if not already installed
Then run the following commands:
$ git clone https://github.com/tanema/vGoDoRPQl.git
$ cd vGoDoRPQl
$ make
$ #open localhost:3000 to see it in action