Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 476 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 476 Bytes

To run this project you need:

Create Database

The structure of the database should be as follows:

tblEmployees:
empID (identity field)
empName
empActive
emp_dpID – foreign key to tblDepartments

tblDepartments:
dpID
dpName


Start your sql server


Start server

Go to back-end folder. To start server run npm start


Main goal of this project to practice in building scalable projects.