Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 546 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 546 Bytes

golang-hashtag

This project is created with gofiber v2.

Installation

  1. Clone
git clone https://github.com/pd-pranay/golang-hashtag.git
  1. Start database with docker
docker-compose up
  1. Run migrations
cd db/migrations
goose postgres "postgresql://localhost:7777/hashtag?user=hashtag&password=hashtag&sslmode=disable" status
  1. Run project
go run main.go

Packages used

github.com/gofiber/fiber/v2
github.com/lib/pq
github.com/google/uuid
https://github.com/kyleconroy/sqlc