From 18a3093a29d678c18ca617baf71ec9ec3ecc06a5 Mon Sep 17 00:00:00 2001 From: Felix Fernando Wijaya Date: Sat, 8 Jun 2024 20:35:41 +0700 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c0efd24..183ca4f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# POS-restaurant -Application POS for free \ No newline at end of file +# REST API Go for POS +Simple REST APIs with for POS Software +# Build With +- Go 1.20 or higher +- Fiber + +# How to Run Project + +Follow these steps to run the project: + +1. Setup your database envrionment. + +2. Run the application using the following command: `go run ./cmd/app.go`