Skip to content

FranzSinaga/employee-management

Repository files navigation

Employee Management

Employee management is a website built using Angular to manage employee data.

Run Locally

Clone the project

  git clone https://github.com/FranzSinaga/employee-management.git

Go to the project directory

  cd employee-management

Install dependencies

  npm install

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run JSON Server

Run JSON Server to get Employee List and Add Employee Function.

Install JSON Server

npm install -g json-server

Run db.json

json-server --watch db.json

Login User

User Account

Email: user@test.com

Password: P@ssw0rd