Skip to content

stephencarvalho/UserManagement

Repository files navigation

User Management Application

This is a basic application developed with Angular for managing users. Each user consists of an id, email, first name, last name, role (doctor, admin, accountant) and status (active, inactive). The application allows you to perform CRUD (Create, Read, Update, Delete) operations on the user data.

This application is a client-side only solution, meaning that any edits done are stored locally.

Prerequisites

This project was generated with Angular CLI version 9.1.7.

You need to have an angular environment setup to run this project locally. For instructions on how to set up your angular environment locally click the following link | Angular Setup.

Once your angular environment is setup, follow the steps below to run this application.

  1. Install the Angular CLI npm install -g @angular/cli
  2. Clone the repository to your local machine.
  3. Open the terminal in the project repository.
  4. Run npm install to install all the dependencies.
  5. Run ng serve -o to run the application and have it open in your default browser.
  6. Play around with the application and enjoy! :)

Application Elements

Home Page

Home Page contains the user table that displays the list of existing users. On the home page you can Add, Update or Delete an existing user. Home-page

Add Dialog

Add-user

Update Dialog

Update-user

Delete Dialog

Delete-user

About

Angular Application to add, edit and delete users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published