Skip to content

Cross Platform, Open-Source Attendance Management System (Backend)

Notifications You must be signed in to change notification settings

greaterThan75/ams-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

75

AMS - Backend

Welcome to >75, an open-source platform attendance management application designed to help students stay on top of their attendance requirements! This is the backend for the app.

Installation

To run this project locally, ensure you have Go and PostgreSQL installed on your machine.

  1. Go Installation:

  2. PostgreSQL Installation:

    • Download and install PostgreSQL from the official website.
    • Set up a PostgreSQL database and note down the connection details.

Setup

  1. Clone the Repository:
    git clone https://github.com/your-username/your-project.git
    cd your-project
    
  2. Setup env variables copy paste the .env.example to .env file and change the details.
    cp .env.example .env
  3. Install Dependencies
    go mod tidy
    
  4. Run the File
    go run main.go

About

Cross Platform, Open-Source Attendance Management System (Backend)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages