jasp83 / sanbase2

The source code of the Sanbase application in Santiment LLC

Home Page:https://app.santiment.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanbase

This is the source of the sanbase project of https://santiment.net.

Running with docker

If you have docker you can run the app simply by running:

$ bin/server.sh

This is going to run the app on port 4000, so localhost:4000 should be accessible.

There will be no data in the database, so run this command to fill some information in the database:

$ bin/setup.sh

If you want to access an IEX console attached to the running server, run:

$ bin/console.sh

Structure of the app

The API code is in lib/ and follows the phoenix 1.3 directory structure. You can read more about how to define the API endpoints from the Phoenix docs.

Running the backend tests

You can easily run the tests using docker with the command:

$ ./bin/test.sh

Setting up Hydra Oauth2 server locally

Setup Hydra locally

Grafana generic oauth setup

Triggers API

About

The source code of the Sanbase application in Santiment LLC

https://app.santiment.net

License:MIT License


Languages

Language:Elixir 77.9%Language:HTML 11.1%Language:JavaScript 10.8%Language:Shell 0.0%Language:Dockerfile 0.0%Language:CSS 0.0%