Skip to content

Technology Associate Programme (TAP) 2021 Take Home Assessment for ESTL

Notifications You must be signed in to change notification settings

flxffy/TAPAssessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Technology Associate Programme (TAP) 2021 Take Home Assessment for ESTL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages