- In the sql file, in the final line, replace with your MySQL Workbench password.
- Then run the SQL queries file. This will set up the required database for our project.
- Within the server folder, create a '.env' file and write the following two lines in it:
DB_NAME=hr_ops_sys
DB_PASS=<password to your MySQL Workbench>
npm install
all the packages in both the root directory as well as the server folder.- Run the server using git bash.
- Open client/index.html