Skip to content

stanhangzhou/server

 
 

Repository files navigation

server

stegoer-server deployment Continuous Integration pre-commit.ci status Go Reference Go Report Card

Server is using Go, Postgres, GraphQL and Redis.


Server endpoint: https://stegoer-server.herokuapp.com/

Source code: https://github.com/stegoer/server


Installation

Install dependencies

go get ./...

Create the .env file

Create a .env file and copy the contents of .env.example file into the .env file

cp .env.example .env

Initialize database

make db-init

Development

Dev server

make dev

Redis server

redis-server

Make

make help

Contributing

pre-commit install

License

Developed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.4%
  • Makefile 5.1%
  • Other 0.5%