Skip to content

roddeluca/cookunity-challenge

Repository files navigation

CookUnity Challenge

This repository contains the implementation of the challenge sent by CookUnity. I decided to use Typescript and Express.js. For testing purposes I chose Jest. The project is pretty simple, there are clients where I put the external calls and for the 2nd point, I chose to implement Redis which acts as a cache.

Run the project

To run the project you should do:

$ docker compose up

To run the tests you should do:

$ npm run test

To improve

Please raise a PR to add it with:

  • More unit tests
  • Implement feature tests (Cucumber potencial lib)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published