- 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