Skip to content

Adekabang/social-cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate Up

migrate -database "postgres://postgres:password@127.0.0.1:5432/social_cat?sslmode=disable" -path db/migrations up

Migrate Drop

migrate -database "postgres://postgres:password@127.0.0.1:5432/social_cat?sslmode=disable" -path db/migrations drop -f

Requirement:

  • Authentication & Authorization
    • POST /v1/user/register
      • Request Format
      • Process
      • Response Format
      • Error Handling
    • POST /v1/user/login
      • Request Format
      • Process
      • Response Format
      • Error Handling
  • Manage Cats
    • POST /v1/cat
      • Request Format
      • Process
      • Response Format
    • GET /v1/cat
      • Request Format
      • Process
      • Response Format
    • GET /v1/cat/{id}
      • Request Format
      • Process
      • Response Format
    • DELETE /v1/cat/{id}
      • Request Format
      • Process
      • Response Format
  • Match Cat
    • POST /v1/cat/match
      • Request Format
      • Process
      • Response Format
    • GET /v1/cat/match
      • Request Format
      • Process
      • Response Format
    • POST /v1/cat/match/approve
      • Request Format
      • Process
      • Response Format
    • POST /v1/cat/match/reject
      • Request Format
      • Process
      • Response Format
    • DELETE /v1/cat/match/{id}
      • Request Format
      • Process
      • Response Format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages