Welcome to the Employee Management System Frontend project! This is a major project that encompasses various levels of contribution, from basic to advanced, allowing you to enhance your skills and knowledge.
To contribute to this project, please follow the setup instructions below:
- Download MySQL and make new connection in workbench with the following:
- MYSQL_URL: containers-us-west-84.railway.app
- MYSQLPORT: 6285
- MYSQLUSER: root
- MYSQLPASSWORD: fcF4tso7u4YBFFh47jcZ
- Fork this repository and open pull requests whenever you make any changes.
NOTE: Make sure you keep the database clean after testing.
- URL: https://ems-server-xgbo.onrender.com
- Employee:
- /employee/add (POST)
- /employee/remove (POST)
- /employee (GET)
- Department:
- /department/add (POST)
- /department (GET)
- Attendance:
- /attendance/add (POST)
- /attendance/get (GET)
- Leaves:
- /leaves/add (POST)
- /leaves/get (GET)
Contact me for any changes or addition suggestions
The Employee Management System Frontend is designed to provide a comprehensive user interface for managing employees within an organization. By contributing to this project, you'll get hands-on experience with intermediate concepts and the opportunity to implement various functionalities.
If you need guidance or inspiration for your work, refer to the following resources:
- Todo/Resource List on Trello: This list provides a collection of tasks, ideas, and useful resources to help you get started and make progress on the project.
We encourage you to contribute to the project at any level you feel comfortable with. Whether you're a beginner or an experienced developer, your contributions are valuable and will help improve the system.
To contribute, simply fork this repository, make your desired changes, and open a pull request. Our team will review your contribution and provide feedback.
If you have any questions or need assistance, feel free to reach out to us. We're here to help you throughout your journey in contributing to the Employee Management System Frontend.
Happy coding!