Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 1.44 KB

README.md

File metadata and controls

69 lines (44 loc) · 1.44 KB

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.