📄️ Installation
to do a complete build and then running you can:
📄️ Configuration
Under the hood, we are using neko-config library to help with managing configuration.
📄️ Directory structure
- src/app/: all major files for the software to run
📄️ Router
Router facade is the backbone of http server to connect different routes to your controllers.
📄️ Controller
Pashmak can accept both function and class controllers
📄️ Start Your Server
to start a server and all related services run: