Create newsletter signup app

This commit is contained in:
rzmk 2021-06-20 08:14:46 -04:00
commit 7b5185d92d
13 changed files with 846 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "rutgers-esports-newsletter-signup",
"version": "1.0.0",
"description": "A simple sign-up page for the Rutgers Esports mailing list.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mueez Khan",
"license": "ISC",
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.48",
"express": "^4.17.1"
}
}