Welcome to the Employee Management System! This command-line app simplifies your company's employee database management.
- View Everything: Explore departments, roles, and your team.
- Add Stuff: Add departments, roles, or employees effortlessly.
- Give a Promotion: Update an employee's role seamlessly.
- Managerial Power: Elevate your team by updating managers.
- Team Detective: Explore team structure by viewing employees by manager or department.
- Spring Cleaning: Remove unnecessary departments, roles, or employees.
- Money Matters: Keep track of your department's budget.
git clone https://github.com/your-username/employee-management-system.git
npm install
npm start
Behind the Scenes
Check out schema.sql for the behind-the-scenes database
Happy Managing! 💼✨