Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
/ bn-api Public archive
forked from GSI/bn-api

The unified Big Neon API

Notifications You must be signed in to change notification settings

leet4tari/bn-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 92.5%
  • SQLPL 5.6%
  • RenderScript 0.8%
  • PLpgSQL 0.6%
  • Shell 0.5%
  • Dockerfile 0.0%