Birthday Card Generator
Hai this is a small project that I made that automatically generates birthday cards. Click here to view an example Card. You can also check out the repo here . This project was made with nextjs, typescript, mongodb, and styled-components and was mainly a way for me to toy around with serverless functions.
Here is an example POST request for creating a card sent to https://bday.evannishi.me/api/config/{"roomcode": "example",
"name": "Evan",
"date": "5/3/2022",
"old": "18",
"bgcolors": ["#AA4465","#FFA69E","#DDFFF7","#93E1D8"],
"email":
"evan@evannishi.me",
"password":"examplepass"
}
And for creating a message sent to https://bday.evannishi.me/api/signatures/example{"first": "Evan", "last": "Nishi", "message": "Testing, testing, testing"}