An app that enteres N number of contests and points for each question and returns a list of the handles and points
-
Clone the repo.
-
Install the required packages:
npm i
-
Create a .env file and insert the following:
KEY
SECRET -
Run the app using
npm run start:dev
, it should be up on port 4000