fiber_boot

command module
v0.0.0-...-a0a2d97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2025 License: MIT Imports: 4 Imported by: 0

README

Fiber Bootstrap

https://github.com/gofiber/recipes/tree/master/fiber-bootstrap Fiber bootstrap for rapid development using Go-Fiber / Gorm / Validator.

Components

  • Fiber
    • Html Engine Template
    • Logger
    • Monitoring
  • Gorm
    • PGSQL Driver
  • Validator
  • Env File

Router

API Router /api with rate limiter middleware Http Router / with CORS and CSRF middleware

Setup

  1. Copy the example env file over:

    cp .env.example .env
    
  2. Modify the env file you just copied .env with the correct credentials for your database. Make sure the database you entered in DB_NAME has been created.

  3. Run the API:

    go run main.go
    

Your api should be running at http://localhost:4000/ if the port is in use you may modify it in the .env you just created.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
app
pkg
env

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL