Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 324 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 324 Bytes

golang-clean-architecture

Go with Clean Architecture

Run Docker

$ cd docker
$ docker compose up

Installation

$ make install

Set up database

$ make setup_db

Migrate schema

$ make migrate_schema_up

Seed data

$ make seed

Start server

$ make start