The A2SV Portal is a web application designed to track students' progress and manage coding contests. It provides tools for monitoring performance, organizing contests, and fostering collaboration within the A2SV community.
git clone https://github.com/Elizabethyonas/A2SV-Portal-Project.git
cd A2SV-Portal-Project
go mod tidy
Create a .env
file inside the backend
directory and add the required variables:
DB_HOST=your_database_host
DB_USER=your_database_user
DB_PASSWORD=your_database_password
JWT_SECRET=your_jwt_secret
cd backend
go run main.go