command
module
Version:
v0.0.0-...-9ae7cd0
Opens a new window with list of versions in this module.
Published: Dec 7, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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/HackIt-Taiwan/HackItDatabaseAPI
-
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.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.