jackathang / jackathang

0 stars 0 forks source link

Contact Form #6

Open jackathang opened 7 months ago

jackathang commented 7 months ago

Need functionality to the contact form. For now I think go the make.com route as I know how to implement this pretty easily. So for now...;

Eventually do all of this in house with MERN stack or something similar.

jackathang commented 7 months ago

Probably don't store data unless I can ensure security. I can't have backend in the public github pages repo. So maybe if I figure out how to use javascript to show other repo projects as pages then I can do this. Basically I would only be able to access database by having API key, can't have API key in the public repo. So would have to make backend repo and have the API key in there as long as it's private.

Eventually this wouldn't be a problem if everything was done on the same server.