Skip to content

Simple authentication api in Go and GoFiber ( Express inspired web framework written in Go )

Notifications You must be signed in to change notification settings

arifamir/simple-auth-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple authentication and books management with GoFiber

Simple authentication system with gofiber.

Endpoints

  • GET /api - Welcome message
  • POST /api/auth/login - Login user
  • POST /api/auth/register - Register user
  • GET /api/user/:id - Get user
  • PATCH /api/user/:id - Update user
  • DELETE /api/user/:id - Delete user
  • GET /api/book - Get all books
  • GET /api/book/:id - Get book
  • POST /api/book - Create book
  • DELETE /api/book/:id - Delete book

About

Simple authentication api in Go and GoFiber ( Express inspired web framework written in Go )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages