This a CRUD project build with MERN stack
Clone the project
git clone https://github.com/Hasib192/EmployeeCRUD.git
Go to the project directory
cd EmployeeCRUD
Install dependencies from backend
npm install
Go to the client directory, Install dependencies from frontend
npm install
Start the server from backend
npm start
Go 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.