Skip to content
jimmyfnugent edited this page Aug 17, 2019 · 2 revisions

Welcome to the Smashbits wiki!

Here's what we want to build: https://docs.google.com/document/d/18Mznj8wtIv2JWbx56IZEIbcl8NHaSxnhpCeNNF5WBe0/edit?usp=sharing

Here's some nerd stuff:

Stack

FE: React/Redux, JS ES6

Server: Serverless with AWS Lambda

Database: MongoDB Atlas

Sharing Secrets

For now, we’ll use .gitignore’d secret files to store API keys in server/secret. We’ll have to share the secrets with any devs on the team out of band in some way. See this blog post for why this isn’t a terrible option, though there are better ones that require more setup.

Clone this wiki locally