Go to file
Daniel Ternyak 30b89b1493
Fix Zeit Deployments (#81)
* check-in attempt at whitelisted files for zeit

* working zeit uploading
2018-09-19 20:45:51 -05:00
backend Update test_api.py 2018-09-18 17:59:04 -05:00
contract add test for getContributorContributionAmount 2018-09-16 00:33:34 -05:00
frontend Fix Zeit Deployments (#81) 2018-09-19 20:45:51 -05:00
.gitignore initial commit 2018-09-10 11:55:26 -05:00
.travis.yml Start ganache. Example test for python to pass. 2018-09-11 16:00:15 -04:00
README.md initial commit 2018-09-10 11:55:26 -05:00
script.py Create Proposal Comment API (#29) 2018-09-18 17:17:34 -05:00
test.py Create Proposal Comment API (#29) 2018-09-18 17:17:34 -05:00

README.md

(ALPHA) Grant.io Mono Repo

This is a collection of the various services and components that make up Grant.io.

Grant.io is under heavy development, and is not considered stable. Use at your own risk!

Setup


Docker

To get setup quickly, simply use docker-compose to spin up the necessary services

TBD
Locally

Alternatively, run the backend and front-end services locally.

Instructions for each respective component can be found in:

  • /backend/README.md

  • /frontend/README.md

We currently only offer instructions for unix based systems. Windows may or may not be compatible.

Testing

To run tests across all components simultaneously, use the following command

TBD

Deployment

TBD