Skip to content
Anshuman Chhapolia edited this page Mar 23, 2024 · 6 revisions

Smoketree's Backend Template

Introduction

This is an opiniated framework which does most of the heavy lifting and provide pre-written routes with Documentation with minimum effort. The prewritten routes comes with many features such as filtering and searching which let developers focus on core part of development.

Contents

  1. Project Structure
  2. Database and Migrations
  3. Entities
  4. DAO
  5. Service
  6. Controlers and ServiceController
  7. Application
  8. Documentation
  9. Validations
  10. Read Many Capabilites

Usage Guide

Visit the usage guide to learn on how to use this framework.

Clone this wiki locally