Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 852 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 852 Bytes

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