Skip to content

sauravfouzdar/sniffle-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sniffle-

Boilerplate to quickly build REST APIs in Go using Gin Gonic

Technology Stack

  • Go 1.16
  • Gin Gonic
  • Docker
  • Unit tests
  • Swagger
  • RDS - Postgres

Project Structure

sniffle
|____config
|____controllers
|____middlewares
|____models
|____utils
|
|____main.go

API Endpoints

List of available endpoints:

app health routes:
GET /health - Health check endpoint
GET /test-email - Test email endpoint

user app routes:
POST /login - User Login
POST /register - Register a user
POST /health - Health check endpoint
POST /posts - Create a post

About

Go lang Boilerplate for writing REST APIs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published