Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 427 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 427 Bytes

Employee management

Technologies

Back-end

  • [NestJs]
  • [TypeORM]
  • [MySQL]

Web app

  • [ReactJs]
  • [Redux-toolkit]
  • [Ant-Design]

Start app locally

git clone https://github.com/luongbahop/employee-manager.git

cd employee-manager

npm install

npm run install-all

npm run start

To-do list

  • Handle sort from backend
  • Create common components in frontend
  • Deploy frontend and backend