Skip to content

TwoGenius/Employee-Management-System-Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System Frontend

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.

Setup Instructions

To contribute to this project, please follow the setup instructions below:

  1. 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
  2. Fork this repository and open pull requests whenever you make any changes.

NOTE: Make sure you keep the database clean after testing.

Server Routes:

  • URL: https://ems-server-xgbo.onrender.com
  • Employee:
    1. /employee/add (POST)
    2. /employee/remove (POST)
    3. /employee (GET)
  • Department:
    1. /department/add (POST)
    2. /department (GET)
  • Attendance:
    1. /attendance/add (POST)
    2. /attendance/get (GET)
  • Leaves:
    1. /leaves/add (POST)
    2. /leaves/get (GET)

Contact me for any changes or addition suggestions

Project Overview

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.

Resources

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.

Contribution

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.

Contact

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.7%
  • CSS 13.3%
  • HTML 9.0%