Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.24 KB

Deploy to GCE

Backend for Ulascan: Bangkit 2024 Capstone Project

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.

API Documentation

The API documentation for this project can be found here or Swagger.

Backend and Cloud Architecture

Cloud Architecture

Local Installation for Development

To set up the backend for local development, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Ulas-Scan/UlaScan_BE
  2. Navigate to the Project Folder:

    cd UlaScan_BE
  3. Set Environment Variables:

    cp .env.example .env
  4. Run the Application:

    go run main.go