Categorygithub.com/firstcontributions/backend
modulepackage
0.0.0-20230826191927-dcf5b65e6037
Repository: https://github.com/firstcontributions/backend.git
Documentation: pkg.go.dev

# README

FirstContributions App Backend

How to run

$ sudo make configure
$ make run

For mac and environments using docker compose, it is unable to connect to the docker network ip as docker is running in a VM. Need to setup a reverse proxy to do local setup

  1. Install nginx, refer config (./mac.nginx.conf)
  2. change hosts config (/etc/hosts)
127.0.0.1 api.firstcontributions.com
127.0.0.1 explorer.firstcontributions.com

To run integration tests

$ sudo make configure
$ make itest

# Packages

No description provided by the author
No description provided by the author
No description provided by the author