Categorygithub.com/SuhailEdu/suhail-backend
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

  1. Clone the Repository:
    git clone https://github.com/SuhailEdu/suhail-backend
    
  2. Set up Environment Variables: Copy the .env.example to .env file and set the necessary environment variables.
  3. Install Dependencies:
    go mod tidy
    
  4. Run the Application:
    go run ./cmd/api