jdecked / trifold-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trifold-client

This is the client-side code for the Trifold project. Check out the Trifold README for a full explanation of Trifold.

Running Instructions

Note that this repository is one of three repositories for the microservices involved in Trifold; the other two repositories host the reverse proxy and the backend code, so go there if you're looking to peruse the non-JavaScript source code.

That said, assuming you already have both git and Docker installed:

$ git clone https://github.com/jdecked/trifold
$ git clone https://github.com/jdecked/trifold-client
$ git clone https://github.com/jdecked/trifold-api
$ cd trifold
$ docker-compose build
$ docker-compose up

Navigate to http://localhost/ in your browser to see Trifold up and running. Note that this won't work without you first setting the appropriate DJANGO_SECRET_KEY, REACT_APP_OAUTH_CLIENT_ID, and CLIENT_ID environment variables. If you don't have them, email me to get them.

About

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 3.1%Language:Dockerfile 1.3%Language:CSS 0.8%