An open API service indexing awesome lists of open source software.

https://github.com/aminul-islam-niloy/notification-service-for-asp.net-core-

implementation notification service in asp.net core project
https://github.com/aminul-islam-niloy/notification-service-for-asp.net-core-

asp-net-core asp-net-mvc notification notification-service

Last synced: 3 months ago
JSON representation

implementation notification service in asp.net core project

Awesome Lists containing this project

README

        

## Notification Management

Notification Management is a web application built with ASP.NET Core MVC for managing notifications. It provides features for displaying notifications, marking them as read, clearing all notifications, and more.

## Features

- View all notifications
- View latest notifications
- Mark notifications as read
- Clear all notifications
- Notification sound on new notification

## Installation

1. Clone the repository:

```bash
git clone https://github.com/aminul-islam-niloy/Notification-Service-for-ASP.NET-core-.git
```

2. Navigate to the project directory:

```bash
cd notification-management
```

3. Install dependencies:

```bash
dotnet restore
```

4. Run the application:

```bash
dotnet run
```

5. Open your web browser and navigate to [https://localhost:7185] to access the application.

## Usage

- Upon accessing the application, you will be presented with the list of notifications.
- You can click on "Latest Notifications" to view only the latest notifications.
- To mark a notification as read, simply click on it.
- To clear all notifications, click on the "Clear All Notifications" button.

## Technologies Used

- ASP.NET Core MVC
- Entity Framework Core
- Razor Pages
- Bootstrap
- jQuery

## Contributing

Contributions are welcome! Please feel free to submit a pull request.
Notification sound issue not solved. if you can solve this issue, please do it.

## License

This project is licensed under the [MIT License](LICENSE).

![Notification Image](https://github.com/aminul-islam-niloy/Notification-Service-for-ASP.NET-core-/blob/master/Notification%20Management/wwwroot/notification.png?raw=true)

---

Feel free to customize the README according to your project's specific details and requirements. You can add more sections like "Deployment", "Configuration", or "Testing", depending on what information you want to provide to users and contributors.