Server-Client application that allows the HR department to search for employees and view their details.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- git
- Node.js
Clone the project
git clone https://github.com/shohamyamin/employee-app.git
cd employee-app
Install dependencies
cd client && npm install && cd ..
cd server && npm install && cd ..
Run server: chang directory into server directory and run
npm start
Run client: chang directory into client directory and run
npm start
Go to localhost:4200 and login with:
- username -
shoham
- password -
password
Search for any one of the Employees information from this table:
ID | Name | Role | |
---|---|---|---|
1 | David | david@gmail.com | Software Developer |
2 | Yossi | yossi@gmail.com | Software Developer |
3 | Haim | haim@gmail.com | Electrical Engineer |
4 | Orit | orit@gmail.com | Director of R&D |
5 | Yuval | yuval@gmail.com | Software Developer |
6 | Roi | roi@gmail.com | Software Developer |
For Example:
Search Software Developer
Click on one of the Employees in the table to get more information about this Employee
- AngularDoc - Angular Documentation and tutorials
- NodejsDoc nodejs Documentation and tutorials
- w3schools - HTML tutorials
- Stackoverflow
- GoodREADME - how to write a good README
- Shoham Yamin - shohamyamin