Skip to content

langelog/Iris-Backend-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iris Backend Template

Handy template to start developing using Iris-framework. This template uses, among other libraries:

Code Structure

# Directories guide:

| root                # app kicker and routes listing
|---- controllers     # api controllers
|   |---- types       # static definitions for body parsing
|---- middlewares     # middlewares: jwt and user-role filter
|---- models          # GORM models
    |---- user        # static types for user model attributes, such as enum types
|---- utils           # helpers
    |---- context     # Customized context. Extends for quick reply and user extraction
    |---- misc        # various helpers

Hope this helps someone :)

About

Template for backend development using Iris Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published