/crncy-assessment

Coding assessment for Senior Developer position at CRNCY.

Primary LanguageTypeScript

Coding Assessment

This project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.

Setup and Execution

  1. Install the runtime Bun

  2. Make a copy of the file named ".env.example" and rename it to ".env"

  3. Populate the following variables in the newly created ".env" file with their respective values which are the credentials to get the token from the authentication API

LogonName

password

  1. Install dependencies using the following command
bun install
  1. Create a folder named "input" in the root of the project

  2. Place the .csv files to be processed inside this folder

  3. Run the program using the following command

bun run posting