Skip to content

Automate payroll recording and disbursal with a full-stack web app

Notifications You must be signed in to change notification settings

brodysmith8/payroll-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Critically important note: this database is hosted on Amazon AWS RDS with firewall rules enabled. Accessing the database with this system requires your IP being added to the whitelist.

Note on Secrets/Passwords

All passwords and secrets in this project have been revoked.

Start backend API service

  1. Navigate to src/backend/
  2. Run npm install package.json
  3. Run nodemon app.js

Start frontend Svelte app

  1. Navigate to src/frontend/
  2. Run npm install package.json
  3. Run npm run dev
  4. In a web browser, navigate to localhost:5173 (or whatever the port is)

Thanks for the good semester!

  ___   _____  _      ______ _____  _____  _   _        
 / _ \ |  ___|| |    |___  /|  ___||_   _|| \ | |       
/ /_\ \| |__  | |       / / | |__    | |  |  \| |       
|  _  ||  __| | |      / /  |  __|   | |  | . ` |       
| | | || |___ | |____./ /___| |___  _| |_ | |\  |       
\_| |_/\____/ \_____/\_____/\____/  \___/ \_| \_/       
 _____   ___   _   _ ___  ___  ___                      
/  ___| / _ \ | | | ||  \/  | / _ \                     
\ `--. / /_\ \| |_| || .  . |/ /_\ \                    
 `--. \|  _  ||  _  || |\/| ||  _  |                    
/\__/ /| | | || | | || |  | || | | |                    
\____/ \_| |_/\_| |_/\_|  |_/\_| |_/                    
______  _____ ___  ___ _____  _____                     
| ___ \/  ___||  \/  ||_   _||_   _|                    
| |_/ /\ `--. | .  . |  | |    | |                      
| ___ \ `--. \| |\/| |  | |    | |                      
| |_/ //\__/ /| |  | | _| |_   | |                      
\____/ \____/ \_|  |_/ \___/   \_/                      
 _   _ ______  _____ __   __ ___   _   _  _    _  _____ 
| | | || ___ \|_   _|\ \ / // _ \ | \ | || |  | ||_   _|
| | | || |_/ /  | |   \ V // /_\ \|  \| || |  | |  | |  
| | | || ___ \  | |    \ / |  _  || . ` || |/\| |  | |  
\ \_/ /| |_/ / _| |_   | | | | | || |\  |\  /\  / _| |_ 
 \___/ \____/  \___/   \_/ \_| |_/\_| \_/ \/  \/  \___/ 
 
 
 

 _____  _____  _____  _____  _____  _____   ___         
/  ___||  ___||____ ||____ ||  _  ||  _  | / _ \        
\ `--. | |__      / /    / /| |/' || |_| |/ /_\ \       
 `--. \|  __|     \ \    \ \|  /| |\____ ||  _  |       
/\__/ /| |___ .___/ /.___/ /\ |_/ /.___/ /| | | |       
\____/ \____/ \____/ \____/  \___/ \____/ \_| |_/       
  ___  ______       _____  _____   ____               
 / _ \ | ___ \     |  __ \/ __  \ / ___|              
/ /_\ \| |_/ /     | |  \/`' / /'/ /___               
|  _  ||  __/      | | __   / /  | ___ \              
| | | || |  ______ | |_\ \./ /___| \_/ |              
\_| |_/\_| |______| \____/\_____/\_____/              
 _____  _____  _____  _____                             
/ __  \|  _  |/ __  \/ __  \                            
`' / /'| |/' |`' / /'`' / /'                            
  / /  |  /| |  / /    / /                              
./ /___\ |_/ /./ /___./ /___                            
\_____/ \___/ \_____/\_____/                            
                                                        
                                                                        

About

Automate payroll recording and disbursal with a full-stack web app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published