Skip to content
/ go-api Public template

starter rest full api which has auth with jwt token, with tech: Go Fiber & GORM

Notifications You must be signed in to change notification settings

rafia9005/go-api

Repository files navigation

Hi everyone 👋

This project is a Go Fiber Starter template that includes ORM (Object-Relational Mapping), authentication, and JWT (JSON Web Token) features. With this starter, you can quickly and easily develop a secure and high-performance Go application.

How To Installation?

Docs

Getting Started

Follow these steps to get started with the Go Fiber Starter Template Docs

Technologies

  • Golang
  • Go Fiber
  • GORM
  • x crypto bcrypt |

Router 📕

Method Route QUERY
POST http://localhost:8000/login QUERY
POST http://localhost:8000/register QUERY
GET http://localhost:8000/users QUERY
GET http://localhost:8000/users/{id} QUERY
POST http://localhost:8000/users QUERY
DELETE http://localhost:8000/users/{id} QUERY
PUT http://localhost:8000/users/{id} QUERY