Skip to content

uglyprincess/DBMS_HR_Operations_Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • HTML 8.2%
  • CSS 1.9%