Welcome to the backend repository for the Ulascan: Bangkit 2024 Batch 6 capstone project! This backend serves the mobile app for our project. It is a backend service built using Gin, Golang, and GORM.
The API documentation for this project can be found here or Swagger.
To set up the backend for local development, follow these steps:
-
Clone the Repository:
git clone https://github.com/Ulas-Scan/UlaScan_BE
-
Navigate to the Project Folder:
cd UlaScan_BE
-
Set Environment Variables:
cp .env.example .env
-
Run the Application:
go run main.go