Skip to content
Antonio Vivace edited this page Jan 30, 2018 · 9 revisions

Welcome to the Homebrew Hub wiki. Here's how this project is implemented and how you can start hacking and contribute.

  • Frontend

    • Bootstrap 4 (jQuery for UI elements), Vanilla JS
    • EJS templating
    • dmg01/homebrewhub: views/ folder
  • Backend

    • NodeJS: Express, MongoDB, Mongoose, Passport
  • Game Boy Emulator

  • Database

    • dmg01/database: Public exposed and community editable, including all assets, as JSON data
    • Synced to the mongo database with sync.js

See deploy to have a working instance of the entire stack locally

Clone this wiki locally