DBMS HR Operations System

Instructions

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

Enjoy!