https://github.com/object88/bb
Brighter Blacker
https://github.com/object88/bb
Last synced: 4 months ago
JSON representation
Brighter Blacker
- Host: GitHub
- URL: https://github.com/object88/bb
- Owner: object88
- Created: 2016-07-08T03:01:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T04:42:28.000Z (about 9 years ago)
- Last Synced: 2025-04-06T03:42:34.801Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brighter, Blacker
Brighter, Blacker (BB) is a photo portfolio web application, meant to be used in conjunction with [bbclient](https://github.com/object88/bbclient) and [bbservice](https://github.com/object88/bbservice).
## Architecture
On the client side, BB uses React to manage component rendering, and Relay to manage state & data fetching.
## Technical goals
* Use Google services to authenticate a user via SSO
* Transform relay's strange object shape into something more friendly towards react proptypes.
## Note
This application requires the schema file from `bbservice` to be copied to `/schema/schema.json`.
## Certificate creation
`openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout key.pem -out cert.pem`
#### Front end
* Go 1.8 serving JS bundles from bbclient