This a CRUD project build with MERN stack
Clone the project
git clone https://github.com/Hasib192/EmployeeCRUD.gitGo to the project directory
cd EmployeeCRUDInstall dependencies from backend
npm installGo to the client directory, Install dependencies from frontend
npm installStart the server from backend
npm startGo to the client directory, Start the server from backend
npm run dev- The update and search features are not yet implemented.
- User cannot upload images for employee profiles, nor can they view these images.
- Implement the update and search features.
- User can upload their images and Employees images will be shown in image section and also images will save in a image hosting website
- Add unit tests.
- Improve the documentation.