An open API service indexing awesome lists of open source software.

https://github.com/thibaut-mouton/nodejs-tech-test

Sample exercice to test knowledges
https://github.com/thibaut-mouton/nodejs-tech-test

Last synced: 3 months ago
JSON representation

Sample exercice to test knowledges

Awesome Lists containing this project

README

        

# The Horoscope

Code a horoscope express app in Node.js that takes a birthdate as a query parameter and returns the corresponding zodiac sign.
Use the horoscope library.

Ensure that your code is secure and of course write also the according tests.
The code must be commited in a github repository.

Bonus : write the dockerfile.
Bonus 2 : write github actions that build the dockerFile