The first place project for the University of Southampton 2024 Electronics and Computer Science Society hackathon (Fusion Hack)
Start page when it's ready to GitReal!
Challenge page, editor for your solution
View others' solutions and react to them
The theme was "Fusion", where you had to fuse two or more ideas together to create a project.
We decided to fuse: Git, BeReal and competitive programming.
- Ensure you have node.js and rust installed locally
- You will also need to have a postgres database running locally
- You will also need to have a github account and create a new OAuth app to get the client id and client secret
Clone the project
git clone https://github.com/miam-miam100/git-real
Go to the project directory
cd git-real
Go to the backend directory
cd backend
Make a .env file and fill in the environment variables
cp .env.example .env
Start the backend
cargo run
Go to the frontend directory
cd ../frontend
Install dependencies
npm install
Start the server
npm run start
Go to http://localhost:3000
To deploy this project run
npm run deploy
- @miam-miam Backend
- @viktaur Backend
- @Ortovoxx Frontend