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/
username: boss
password: password
username: staff
password: password
explanations of the technologies used, the approach taken, installation instructions, unsolved problems, etc
- Express, React, Postgres
cd into the project, change db configs
npm install
node index.js
to seed database
dbsetup/tables.sql
dbsetup/seed.sql
- dates and timezone. 6th in database but 5th in the UI.
- using of datepicker to select multiple dates
- calculation of leave balances
https://paper.dropbox.com/doc/Unit-2-Project--AiU__hSGYGw_Rfcmjyhkv~oxAQ-OYnAgFJvuYJ1NROjV5yWD