Suhail is a built to be robust and scalable platform designed to facilitate the creation, participation, and sharing of E-exams with students.
-
Golang
-
PostgreSQL
-
pgx
-
Go Melody
-
Echo Router
-
sqlc
This repository is designed to act as a backend for our Suhail-Frontend repository.
- Clone the Repository:
git clone https://github.com/SuhailEdu/suhail-backend
- Set up Environment Variables:
Copy the
.env.example
to.env
file and set the necessary environment variables. - Install Dependencies:
go mod tidy
- Run the Application:
go run ./cmd/api