Skip to content

firstcontributions/backend

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2023
Jul 4, 2022
Sep 29, 2022
Aug 26, 2023
Aug 10, 2023
Aug 10, 2023
Aug 16, 2022
Aug 11, 2023
Aug 26, 2023
Aug 16, 2022
Aug 10, 2022
Sep 30, 2022
Sep 28, 2020
Aug 26, 2023
Oct 1, 2020
Feb 22, 2022
Nov 6, 2022
Aug 10, 2022
Oct 1, 2022
Aug 10, 2022
Aug 11, 2023
Sep 30, 2022
Sep 30, 2022
Aug 11, 2023
Aug 10, 2022
Aug 26, 2023

Repository files navigation

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