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 | [email protected] | Software Developer |
2 | Yossi | [email protected] | Software Developer |
3 | Haim | [email protected] | Electrical Engineer |
4 | Orit | [email protected] | Director of R&D |
5 | Yuval | [email protected] | Software Developer |
6 | Roi | [email protected] | 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