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
- Host: GitHub
- URL: https://github.com/thibaut-mouton/nodejs-tech-test
- Owner: Thibaut-Mouton
- Created: 2024-01-26T21:47:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T22:17:21.000Z (about 1 year ago)
- Last Synced: 2025-01-06T02:44:57.365Z (4 months ago)
- Language: TypeScript
- Size: 250 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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