75
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.
To run this project locally, ensure you have Go and PostgreSQL installed on your machine.
-
Go Installation:
- Follow the official Go installation guide to install Go on your system.
-
PostgreSQL Installation:
- Download and install PostgreSQL from the official website.
- Set up a PostgreSQL database and note down the connection details.
- Clone the Repository:
git clone https://github.com/your-username/your-project.git cd your-project
- Setup env variables
copy paste the .env.example to .env file and change the details.
cp .env.example .env
- Install Dependencies
go mod tidy
- Run the File
go run main.go