This repository hosts the backend registration systems that powers UGAHacks. If you're viewing us right now, we're still in the process of converting our infrastructure.
If you have a question, please reach out to us at tech@ugahacks.com
Clone the project
git clone https://github.com/ugahacks/ugahacks-backend.git
Go to the project directory
cd ugahacks-backend
Install dependencies & start the server
yarn install
yarn workspace mybyte run dev