Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1 KB

README.md

File metadata and controls

42 lines (31 loc) · 1 KB

hr-admin

unit 2 project, express-postgres-react app

A HR Portal that allows for users to apply leave and for their boss to approve their leave request. Only has login feature as register feature is not required. Employees will be given an account.

URL: https://yixinhrportal.herokuapp.com/

Login for boss

username: boss
password: password

Login for staff

username: staff
password: password

explanations of the technologies used, the approach taken, installation instructions, unsolved problems, etc

Technologies Used

  • Express, React, Postgres

Installation Instruction

cd into the project, change db configs

npm install
node index.js

to seed database

dbsetup/tables.sql
dbsetup/seed.sql

Unsolved Problem

  • dates and timezone. 6th in database but 5th in the UI.
  • using of datepicker to select multiple dates
  • calculation of leave balances

INITIAL PLANNING DOC

https://paper.dropbox.com/doc/Unit-2-Project--AiU__hSGYGw_Rfcmjyhkv~oxAQ-OYnAgFJvuYJ1NROjV5yWD