Skip to content

Hasib192/EmployeeCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmployeeCRUD

This a CRUD project build with MERN stack

Run Locally

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

Issues

  • The update and search features are not yet implemented.
  • User cannot upload images for employee profiles, nor can they view these images.

To-Do

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published