This ASP.NET Core and Angular application allows users to manage and view announcements with features like adding, editing, deleting, and finding similar announcements. The app is built with modern features, utilizing standalone components and SCSS for styling.
- View Announcements: List all announcements with details.
- Add/Edit Announcements: Easily add or modify announcements with an intuitive form.
- Delete Announcements: Remove announcements with a single click.
- Find Similar Announcements: Automatically find announcements with similar content.
Make sure you have the following installed:
- Node.js (version 16 or above)
- Angular CLI
-
Clone the repository:
git clone https://github.com/olehkavetskyi/announcements.git cd announcements-app
-
Open ASP.NET Core project: This will start the ASP.NET Core server accessible at https://localhost:7001.
-
Run it
-
Navigate to the Angular project directory:
-
Open it with any Text Editor
-
Install Angular dependencies:
npm install
- Start the App
ng serve -o
It should open at http://localhost:4200.