> For the complete documentation index, see [llms.txt](https://sujit-baniya.gitbook.io/fiber-boilerplate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sujit-baniya.gitbook.io/fiber-boilerplate/master.md).

# Introduction

## Getting started

In this project, <https://github.com/sujit-baniya/fiber-boilerplate>, I tried to cover most of the scenarios and features. Some of the features included are:

* Basic Auth Implementation using Session and Cookies
* Email Sending
* Role and Permission implementation using Casbin
* File uploads
* Payment processing via PayPal
* Logging with file rotation
* Gorm Implementation
* Code Profile using Pyroscope
* REST API authentication with JWT
* Easy Config using .env and yaml
* Easy and Almost Zero Downtime production Deployment with Makefile
