This project contains an Angular frontend and a .NET Core backend. Follow the steps below to run both applications locally.
Ensure that the following software is installed on your machine:
- Node.js (for Angular)
- .NET Core SDK (for .NET Core backend)
- Visual Studio Code (or your preferred code editor)
- Git (to clone the repository)
Clone the repository to your local machine:
git clone <repository-url>
cd <repository-folder>