Using this website a user can SignUp for a newsletter and the data world be send and saved in MailChamp's
server via MailChamp API
.
- I have not worked much on
css
andhtml
for simplicity. - This website will give you a clear understanding of how
API
works!
This is a simple website made using,
Node.js
express.js
Body-parser
ModuleHTTPS
Modulerequests
Mobule
Run the commands from below in your vs-code project folder terminal.
npm i node
npm i express
npm i body-parser
npm i reuests
- Run the following command:
git clone 'https://github.com/yashdoshi12/Simple_NewsLetter_Website.git'
-
cd
to the cloned folder:
cd Simple_NewsLetter_Website
- Install required
npm
pakages
npm i
For FrontEnd I have used `bootstrap` Don't forget to add `bootstrap CDN` or else the css wont load up; link for `bootstrap CDN` -- https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css
- Create a free account at -- Create Free Account!
- Fllow the documentation for generating API key, list ID and further elaboration --Click Here
I made this website while learning Full-Stack Web Development and please feel free to suggest any changes. Thanks!