Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (22 loc) · 1.24 KB

Developer Guide

You need to sign the MixERP Contributor License Agreement before you contribute to Frapid. Frapid is licensed under Apache v2.0 license. Please refer to the file contributing.md on the root directory.

Internationalization

Internationalization is handled by the module Frapid.i18n. For more information, read the internationalization guide.

Authentication & Authorization

Data Access & Restful APIs

Frapid uses database first approach. Please follow these documents for more information:

Developing Frapid Application

Back to Documentation Home