Basic MERN application that handles CRUD operations of employees while storing their username, email address, and phone number. Made for a programming test.
To run this project on your local machine, follow these steps:
- Start by cloning the repository.
git clone https://github.com/rahuljoshi44/employee-admin.git
- Install the dependencies.
npm install
- Run this command in the folder.
npm start
running the above command will start both the express server and the react front end simultaneously.