Project Structure

Below is the typical structure of an Anix project. Each folder and file serves a specific purpose.

  • backend/ — Backend server and API logic.
  • views/ — UI templates and documentation pages.
  • views/assets/ — Static assets (CSS, JS, images).
  • views/assets/css/ — Stylesheets for documentation and UI.
  • views/assets/js/ — JavaScript files for interactivity.
  • views/assets/img/ — Images and icons.

You can extend this structure as your project grows.