📄️ Installation
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
Arkos.js provides a comprehensive configuration system that allows you to customize every aspect of your application. Starting from v1.4.0+, configuration is split between static settings in arkos.config.ts and runtime setup in arkos.init().
📄️ Deployment
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.