Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calvinchengx/fiber-go-pg


https://github.com/calvinchengx/fiber-go-pg

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# golang fiber with go-pg orm

An example project that uses fiber as webserver, and go-pg library for connecting with a PostgreSQL database.

## Get started

```bash
# postresql config
cp .env.sample .env
source .env
```

```bash
# get dependencies and run
go get -v ./...
go run .
```