Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 438 Bytes

File metadata and controls

18 lines (14 loc) · 438 Bytes

Employees

CRUD project for dev.to community

start backend and front end

  • for database replace your mongoose atlas uri string at index.js
  • npm install
  • npm start

Improvements can be done:

  • replace componentWillReceiveProps in Edit.jsx

  • convert most class components to functional

  • css modifications can be done

  • cleanup redux code

  • cleanup tests folder

  • improve nodejs/express code

  • i just didn't have time