
An opinionated way to keep your express API organized
Lumie is a lightweight module designed for nodejs projects that allows users to set up a scalable controllers architecture. It offers features such as maintainability, scalability, quick setup, and easy testability.
Lumie offers a convenient solution for managing controllers in nodejs projects, providing a structured and scalable architecture. Its key features include maintainability, scalability, ease of setup, and testability. By following the installation guide and utilizing Lumie's features, developers can efficiently organize their project's controllers for better maintenance and growth.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.