Today, I would like to share information about the development of the official website for the Chamber of Accounts. The Chamber of Accounts is the Supreme Audit Institution of Azerbaijan, established by the National Assembly.
I developed both the frontend (Vue) and backend (Node.js) of the website. The project was completed in approximately two months and is currently in official use.
The website is built entirely as a Single Page Application (SPA). In addition to Bootstrap, native CSS was utilized in specific sections to achieve a custom look.
Key modules used:
The backend follows a RESTful API architecture. Routes are organized for each Request URL, and the Controller-Model pattern has been strictly implemented.
Key modules used: