Skip to content

jancybhebz/ihrmis_src_proj

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

409 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Department of Science and Technology, Integrated Human Resource Management Information System (DOST IHRMIS)

This project is a HR project for DOST to manage all the employees in the dost. The project uses reactjs and laravel framework and scss to its style.

Tech Stack

  • Laravel
  • ReactJS
  • SCSS

Development Requirement

Setup Visual Studio code

  • Install extenstion (ES7+ React/Redux/React-Native snippets)
  • Laravel Blade Snippets
  • Laravel Snippets
  • Prettier - code formatter
  • Live Sass Compiler
  • Material Icom Theme

How to run the project to local environment

  • Clone the project
  • Go to the src/client/hrmis
  • Type "npm install --legacy-peer-deps" to install all js dependencies
  • Type "npm start" to run the frontend
  • Go to the src/server/api_ihrmis
  • Type "composer install" to install all php dependencies
  • Create a new database in phpyadmin panel
  • Modify env file
  • Type "php artisan migrate" in the terminal
  • Type "php artisan serve" to run the Laravel
  • Open postman and create a register post request

Contributors

  • Terrence Calzada
  • JC Dampil
  • Legee Valmoria

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.6%
  • SCSS 31.5%
  • PHP 18.6%
  • Blade 2.8%
  • CSS 0.3%
  • Shell 0.1%
  • HTML 0.1%