Skip to content

Basic .NET/C# Project with Angular Interface and GDPR Considerations

Notifications You must be signed in to change notification settings

akashlimbani/DOTNETAngularDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User Management System

User Management System

Description

The User Management System is a web application designed to manage user accounts. It allows users to create, view, edit, and delete user information. The application is built using .NET Core for the backend and Angular for the frontend, ensuring a robust and responsive user experience.

Features

  • Create new user accounts
  • View a list of existing users
  • Edit user details
  • Delete user accounts
  • GDPR compliance measures implemented
  • User-friendly interface with responsive design

Technologies Used

  • Frontend: Angular, Bootstrap
  • Backend: .NET Core, MongoDB

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

Follow these steps to set up the project locally:

Backend Setup

  1. Clone the repository:

    git clone https://github.com/akashlimbani/user-management-system.git
    cd user-management-system/backend
    
  2. Restore the NuGet packages:

    dotnet restore
    
  3. Run the application:

    dotnet run
    

Frontend Setup

  1. Navigate to the frontend directory:

    cd ../frontend
    
  2. Install the required npm packages:

    npm install
    
  3. Run the Angular application:

    ng serve
    
  4. Open your browser and navigate to http://localhost:4200.

Response view

gif

About

Basic .NET/C# Project with Angular Interface and GDPR Considerations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published