Skip to content

pd-pranay/golang-hashtag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages