modulepackage
0.0.0-20250103184354-1ab33947ad86
Repository: https://github.com/instructhub/backend.git
Documentation: pkg.go.dev
# README
backend
Prerequisites
- Ensure you have Go installed on your machine.
- The application uses the Gin framework and requires environment variables loaded via
godotenv
.
Getting Started
To run this backend application, follow these steps:
-
Clone the repository:
git clone https://github.com/instructhub/backend
-
Navigate to the project directory:
cd backend
-
Install dependencies: Make sure you have Go installed. Then, run:
go mod tidy
-
Run the application:
go run main.go
-
Access the application: Open your browser and go to
http://localhost:8080
to see the application in action.