This is an Angular application that consumes the CMS API. It provides a frontend interface for managing content and interacting with the CMS backend built on MongoDB.
Before running the application, you need to install all the necessary packages. Run the following commands:
# Install project dependencies
npm install
# Run the application
ng serve