repository
0.0.0-20241013091317-b8f20c6eb79d
Repository: https://github.com/suhailedu/suhail-backend.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
README: Suhail Backend
Overview
Suhail is a built to be robust and scalable platform designed to facilitate the creation, participation, and sharing of E-exams with students.
Technology Stack
-
Golang
-
PostgreSQL
-
pgx
-
Go Melody
-
Echo Router
-
sqlc
This repository is designed to act as a backend for our Suhail-Frontend repository.
Installation and Usage
- 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