📄️ Installation (new)
On this guide you will learn how to install and create an Arkos.js project.
📄️ Project Structure
Arkos.js follows a thoughtfully designed architecture that emphasizes simplicity, convention over configuration, and developer productivity. The structure is designed to scale from simple APIs to complex enterprise applications while maintaining clarity and organization.
📄️ Configuration (new)
Arkos.js provides a comprehensive configuration system that allows you to customize every aspect of your application. The configuration is passed to the arkos.init() method in your application entry point.
📄️ Deployment (new)
Deploying an Arkos.js RESTful API is as simple as deploying a standard Node.js application, we've made it as easy as it can be so that you do not have to deal with common steps in deploying a Node.js application such as an Arkos.js project.