Giter Site home page Giter Site logo

be-sharing-vision's Introduction

Backend Sharing Vising

Soal No 1.

Query SQL :

CREATE DATABASE article;

USE article

CREATE TABLE posts ( id INT AUTO_INCREMENT PRIMARY KEY, title VARCHAR(200), content TEXT, status ENUM('Publish', 'Draft', 'Thrash') DEFAULT 'Draft' category VARCHAR(100), created_date TIMESTAMP, updated_date TIMESTAMP );

Soal No 2.

Database sudah langsung terbuat saat mengetikan docker-compose up dan Sudah ada auto migrate pada program golang, jadi ketika program dijalankan jika table belum ada, maka akan langsung terbuat table dengan kolom kolom yang sudah di define.

Soal No 3.

Sudah Sudah dibuat

Soal No 4

Sudah dibuat

Soal No 5

Sudah Ada collection postman

Untuk Menjalankan

  • buka terminal dan arahkan ke project folder, ketikan docker-compose up

  • Lalu untuk membuka dbms, kunjungi localhost:8080

    • pada field server isi dengan mysql
    • pada field pengguna(user) isi dengan docker
    • pada field password isi dengan admin
    • pada field basis data(database) isi dengan submission
  • Buka terminal baru dan arahkan ke folder project, lalu ketik go run main.go

    • lalu kunjungi localhost:3000
  • Endpoint

    • POST : /article
    • GET : /article/:offset/:limit
    • GET : /article/:id
    • PUT : /article/:id
    • DELETE : /article/:id

be-sharing-vision's People

Contributors

faisalmashuri avatar

Watchers

 avatar  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.