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

# Mandarine MVC

- [Web MVC](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/web-mvc.md)
- [Controllers](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/controllers.md)
- [Routes](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/controllers/using-routes-and-http-handlers.md): This page summarizes how to declare routes.
- [Parameterized Routes](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/controllers/using-routes-and-http-handlers/parameterized-routes.md)
- [HTTP Handlers](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/controllers/http-handlers.md): This page summarizes how to properly use HTTP Handlers.
- [@ResponseStatus](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/controllers/responsestatus.md)
- [Custom Middleware](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/custom-middleware.md)
- [Session Middleware](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/session-middleware.md)
- [CORS Middleware](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/cors-middleware.md)
- [Template Engine](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/template-engine.md): This page summarizes the conceptual information of Mandarine's template engine.
- [@Render Decorator](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/template-engine/render-decorator.md)
- [Accessing data from template](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/template-engine/accessing-data-from-template.md): This page summarizes all the concepts needed to access data from a template
- [Launching web-app](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/launching-web-app.md): These page summarizes basic concepts of running a Mandarine-powered web application.
- [Serving Static Content](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/serving-static-content.md)
- [Multipart Form Data](https://mandarineframework.gitbook.io/mandarine-ts/mandarine-mvc/multipart-form-data.md)
