Mandarine.TS
The new all in one
Last updated
Was this helpful?
The new all in one
Last updated
Was this helpful?
Mandarine.TS is a framework that allows you to create applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application. However, the most common module is Mandarine MVC, since it combines all the concepts from its different cores into one, in order to make the creation of complex web-applications (front-end & back-end) easy, reliable, and following design patterns & principles such as , making your application sustainable & readable across developers.
, , , , , , (Mandarine Query Language),
to see Mandarine's Github repository
Mandarine runs on , a secure runtime for Javascript & Typescript. However, Mandarine is fully written in Typescript.
The use of Deno for running Mandarine makes configuration easy & approachable as you do not need any package management software.
In order to use Mandarine's technologies, you must import its dependency file in your typescript files.
The mod.ts file will provide you with access to all the modules integrated in Mandarine.TS, however, if you need to specify an specific import or an import has not been added to the mod.ts file, you can import it manually from the repository following the shown example. For example: