Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
55 lines (46 loc) · 1.5 KB

README.md

File metadata and controls

55 lines (46 loc) · 1.5 KB

back-editfolio

이후 추가 기능은 private v2 로 진행 합니다.

How to Start

requires

Add Config file

프로젝트 루트 폴더에 config.json 파일 추가

config.json data structure

{
  "db": {
    "user": "root",       // string
    "pass": "123456",     // string
    "host": "localhost",  // string
    "port": 3306,         // uint16
    "name": "editfolio"   // fixed
  },
  "is_debug": true        // boolean
}

Commands

# pwd
.../back-editfolio
# make init
# make generate
... process ...
# go run .

Used

HTTP Router

Echo Framework

ORM

GORM

Etc

License

MIT License