/employee_management_system

Allows users to view a list of employees, add new employees, view detailed employee information, and delete employees.

Primary LanguageJavaScript

How to set up locally and run

Clone the repository to your local machine

cd employee-management-system

Install the project dependencies

npm install

Create a .env file in the root directory of the project and add the following variables

  • REACT_APP_BASE_URL=https://your-api-base-url.com
  • REACT_APP_PROJECT_ID=your-project-id
  • REACT_APP_ENVIRONMENT_ID=your-environment-id

Now, you can start the application

npm start