Skip to content

An example of vGo/Docker/React/PostgresQL/GraphQL

License

Notifications You must be signed in to change notification settings

tanema/vGoDoRPQl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Tim Anema
Oct 2, 2018
8eedeb0 · Oct 2, 2018

History

10 Commits
Oct 2, 2018
Oct 2, 2018
Mar 13, 2018
Mar 13, 2018
Oct 1, 2018
Oct 2, 2018
Oct 2, 2018

Repository files navigation

vGoDoRPQl

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.

Benefits

  • 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

Getting started:

Then run the following commands:

$ git clone https://github.com/tanema/vGoDoRPQl.git
$ cd vGoDoRPQl
$ make
$ #open localhost:3000 to see it in action