Skip to content

baihakhi/dating-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dating-app with JWT token

setup dependencies

  • golang-migrate to install migrate CLI

  • Postgresql

    docker compose up -d postgres_db
    
  • Migration

    make migrate-up
    

Run API service

  • Installl dependencies
    go mod tidy && go mod vendor
    
  • Run server
    make run
    
    Run Unit test by package
    make test package={package_name}
    

Docs

  • Postman collection here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published