This repository hosts the Full-Stack registration systems that powers UGAHacks. 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.gitGo to the project directory
cd ugahacks-backendInstall dependencies & start the server
yarn install
yarn workspace mybyte run dev