Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Latest commit

 

History

History

api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

api

API Server for Zeta Library build with GoFiber (GoLang)

Development

Please the development server from the root directory.

Improvements

  • Use group routing for easier management

    Example:

    api := fiber.New()
    collectionsApi := api.Group("/collections")