This project is created with gofiber v2.
- Clone
git clone https://github.com/pd-pranay/golang-hashtag.git
- Start database with docker
docker-compose up
- Run migrations
cd db/migrations
goose postgres "postgresql://localhost:7777/hashtag?user=hashtag&password=hashtag&sslmode=disable" status
- Run project
go run main.go
github.com/gofiber/fiber/v2
github.com/lib/pq
github.com/google/uuid
https://github.com/kyleconroy/sqlc