Skip to content

nikbhavsar/go-blog-posts-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-blog-posts-api

  • This project includes the basic CURD operations to for the Blog posts.
  • It includes simple methods for Create - Update - Delete- FindAll - FindById posts.
  • It also have the authentication mechanism built using bcrypt and jwt

This project also includes the Database migration feature by which we can create the Database table via running Go file.

  • Packages : Gin - Gorm - godotenv - CompileDaemon - crypto - jwt
  • Database : PostgreSQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages