Skip to content

🗑️ 9/16/22: HackZurich; Sasha, Samyok, Mini, Ryan [submitted dubious_bot instead]

Notifications You must be signed in to change notification settings

MiniHacks/foundintranslation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geese: The Hackathon In A Box

This is a boilerplate that we often use for our hackathons. Feel free to use this however you wish!

Please make any PRs for anything you would like to add.

Run this with the GitHub CLI and Docker Compose:

gh repo create -p https://github.com/minihacks/geese --clone --public [name] 

# after cloning, start the local server
docker-compose up -d
If you have a team

You can add it to a team directly by replacing minihacks/geese with your team/project name below:

gh repo create -p https://github.com/minihacks/geese --clone --private minihacks/geese

To make the repo public, you can run

gh repo edit --visibility public 

Parts

  • Infrastructure
    • Replace NGINX with Caddy
    • Shared Directory
    • dev.js
  • Frontend
    • Latest NextJS Version
    • Storybook
    • Component Library
    • NextAuth
    • ThreeJS
  • Backend
    • SocketIO
  • Python
    • Flask
  • MongoDB
    • MongoDB