Categorygithub.com/HackIt-Taiwan/HackItDatabaseAPI
modulepackage
0.0.0-20250201162321-6bfeb2f116dd
Repository: https://github.com/hackit-taiwan/hackitdatabaseapi.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:

  1. Clone the repository:

    git clone https://github.com/HackIt-Taiwan/HackItDatabaseAPI
    
  2. Navigate to the project directory:

    cd backend
    
  3. Install dependencies: Make sure you have Go installed. Then, run:

    go mod tidy
    
  4. Run the application:

    go run main.go
    
  5. Access the application: Open your browser and go to http://localhost:8080 to see the application in action.

# Packages

No description provided by the author
No description provided by the author