Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 238 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 238 Bytes

Go Fiber - GORM

Run development

make dev

Build code

make build

Run production

make run

Note :

After create database run this SQL command :

CREATE EXTENSION IF NOT EXISTS "uuid-ossp";