Skip to content

Tykosf/mern-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.