Skip to content

Ananto30/diary-backend

Repository files navigation

This is the backend of Diary

WORK IN PROGRESS

Social network backend made with fiber (WIP)

Run

## start postgres
docker-compose up -d

## install dependencies
dep ensure

## migrate database
go run main.go migrate

## start server
go run main.go

Releases

No releases published

Packages

No packages published

Languages