Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 485 Bytes

File metadata and controls

34 lines (22 loc) · 485 Bytes

TAPAssessment

Technologies Used

  • Client

    • ReactJS
    • Material UI
  • Server

    • Express
    • MongoDB

Instructions for Setting Up Locally

IMPORTANT

  • Both client and server must be running at the same time.
  • Start the server and ensure it is connected to the database before starting the client.

Client

  1. cd client
  2. npm install
  3. npm start

Server

  1. cd server
  2. npm install
  3. npm start

Assumptions

  1. salary <= Number.MAX_SAFE_INTEGER