GithubHelp home page GithubHelp logo

ngakanwidyasprana / sumber-sari-garden-be Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nmluci/sumber-sari-garden-be

0.0 0.0 0.0 4.34 MB

Shell 1.66% Go 97.91% PowerShell 0.42% Procfile 0.01%

sumber-sari-garden-be's Introduction

Sumber Sari Garden Backend

Table of Contents

Preface

Herein lies the source code of Sumber Sari Garden's Online Shop's Backend, which was coded in Go for one of several course completions' requirement such as Database Practicum, Information System, and System Design and Analysis. Some technology used in this Object{} is Go Language, SQL, and Markdown.

Design Pattern

DDD (Domain Driven Design) Pattern

Domain Table

Domain Folder
auth Authentication & Users
constant Constant used in projects globally
dto Requests & Responses Structs
models Entity Structs (Repository-approachs)
ping Ping Service (debugging purpose)
product Product, Coupon, and Category
usercart Carts, Checkout, Verification

Database Viewpoints

  • DDL (db/migrations)
  • INSERT (product, usercart)
  • UPDATE (product, usercart)
  • DELETE (product, usercart)
  • SELECT w/ Logical Op & Like (usercart)
  • SELECT w/ Order By (usercart)
  • SELECT w/ Alias (auth, product, usercart)
  • SELECT w/ Between (usercart)
  • SELECT w/ JOIN (product, usercart)
  • SELECT w/ UNION (usercart)
  • SELECT w/ IN (usercart)
  • Aggregation Func (usercart)
  • Having (usercart)
  • VIEW (not possible, too complex)
  • Stored Procedure and Cursor (already handled by backend logics obviously...)
  • Trigger (product, usercart)

Information System Viewpoint

Category Implementations
SCM Products
TPS Order, Checkout

Queries Ran

Click Me!

Notes

  • compiled program (as per 2022-05-21 00:27:00 AM), is in RELEASE section (FOR WINDOWS)
  • for other os, compiles it by yourself please :)

sumber-sari-garden-be's People

Contributors

nmluci avatar kompiangg avatar diahpramesti avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.