News system is developed using ASP.net API and Angular16 , it offers efficient features that allow users to seamlessly view all news articles, while providing administrators the capability to add news articles with enhanced authentication and authorization controls
https://drive.google.com/drive/folders/1Nu9gOGUyJ5AYFZJoy-EpfgQ1f2A-Fa4C?usp=drive_link
- Now you Can Register With a Register Form
- Make Crud Operations As NW Admin
- Or Just View All Articles As Enduser
- Search Article By Title
- Sort By Publication Date or By Name
Follow these steps to run the NG project on your local machine:
1 - Download the Zip File:
- Extract the contents of the zip file to a location on your computer.
- Extract the two ZIP files and Run the (Backend project) using Visual Studio
- Navigate to Project Directory (Fronend Project)
2 - Open a terminal or command prompt
- Use the cd command to navigate to the directory where you extracted the zip file:(cd path/to/extracted/folder)
3 - Install Dependencies:
-
Make sure you have Node.js and npm (Node Package Manager) installed on your machine.
-
Run the following command to install project dependencies: (npm i / npm install)
4- Start Running:
-
Run the following command to start the development server:
-
(ng serve -o) / (ng serve --proxy-config proxy.conf.json -o)