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

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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