Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albasyir/digitalenvision.com.au-backend-test
Make happy birthday app within scalable, fast development and fast market delivery
https://github.com/albasyir/digitalenvision.com.au-backend-test
Last synced: 13 days ago
JSON representation
Make happy birthday app within scalable, fast development and fast market delivery
- Host: GitHub
- URL: https://github.com/albasyir/digitalenvision.com.au-backend-test
- Owner: albasyir
- Created: 2022-04-18T12:38:54.000Z (almost 3 years ago)
- Default Branch: production
- Last Pushed: 2023-01-24T11:15:30.000Z (about 2 years ago)
- Last Synced: 2024-11-14T21:22:44.577Z (2 months ago)
- Language: TypeScript
- Size: 485 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digitalenvision.com.au
A simple happybirthday website
## Abstract
Write a simple node.js application to send a happy birthday message to users on their birthday at
exactly 9am on their local time within and make sure your code is scalable and has a good level of abstraction, Make sure your code is tested and testable.```
select birth_day, birth_timezone, birth_day AT TIME ZONE birth_timezone from users;
```