Welcome to the backend repository for the Review Product Tokopedia BE! This backend serves the streamlit app for my 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/alifsuryadi/Review_Product_Tokopedia_BE
-
Navigate to the Project Folder:
cd Review_Product_Tokopedia_BE -
Set Environment Variables:
cp .env.example .env
-
Run the Application:
go run main.go
