GSI / bn-api

The unified Big Neon API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Neon API

Build Status

This is the Big Neon API repository, part of the Big Neon ticketing system.

Overall project architecture

Big Neon is a multi-tiered micro-services architecture for selling and managing tickets. The software system is made up of multiple components. As such, the code is split across multiple repositories. To get an overall picture of how everything fits together have a look at the docs repository

Building this project from source

To download and build this project,

  1. Clone the source

     git clone https://github.com/big-neon/bn-api.git
    
  2. Compile

     cargo build
    

Configuring the local development environment

This code inter-operates with code in several other repositories. To simplify the management of your local environment, we've created the Big Neon repository that uses Docker to set up and configure your local development environment.

See the README for that repo for more details.

Setting up Facebook login

Facebook login is optional. If you would like to enable it, you will need to get an app id via the Facebook Developer page.

On the Facebook Developer page, you will also need to set the Valid OAuth Redirect URIs.

About

The unified Big Neon API


Languages

Language:Rust 98.8%Language:PLpgSQL 0.7%Language:Shell 0.5%Language:Dockerfile 0.1%Language:PLSQL 0.0%Language:Makefile 0.0%