Skip to content
This repository was archived by the owner on May 1, 2026. It is now read-only.

naguibihab/lendi-api-test

Repository files navigation

Lendi Technical Assignment

Get Started

Get started developing...

# install deps
yarn

# run in development mode
yarn dev

# run tests
yarn test

Install Dependencies

Install all package dependencies (one time operation)

yarn

Run It

Run in development mode:

Runs the application is development mode. Should not be used in production

yarn dev

or debug it

yarn dev:debug

Run in production mode:

Compiles the application and starts it in production production mode.

yarn compile
yarn start

Test It

Run the Mocha unit tests

yarn test

or debug them

yarn test:debug

Try It

  • Open you're browser to http://localhost:3000
  • Invoke the /applications endpoint
    curl http://localhost:3000/api/v1/applications

Debug It

Debug the server:

yarn dev:debug

Debug Tests

yarn test:debug

Debug with VSCode

Add these contents to your .vscode/launch.json file

Lint It

View prettier linter output

yarn lint

Fix all prettier linter errors

yarn lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors