Skip to content

azkanurhuda/order-product-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tech Stack

Microservice

Framework & Library

Configuration

All configuration is in config.json file.

Database Migration

All database migration is in database/migration folder.

Create Migration

migrate create -ext sql -dir database/migration create_table_xxx

Run Migration

migrate -database "mysql://root:root@tcp(localhost:3306)/multi_finance_golang_clean_architecture?charset=utf8mb4&parseTime=True&loc=Local" -path database/migration up

Run Application

Run app

go run cmd/web/main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages