Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umarnawaz33/newsletter-signup
This website let the user to signup for the newsletters.
https://github.com/umarnawaz33/newsletter-signup
bootstrap4 css3 express heroku-deployment html5 mailchimp-api-v3 nodejs
Last synced: 16 days ago
JSON representation
This website let the user to signup for the newsletters.
- Host: GitHub
- URL: https://github.com/umarnawaz33/newsletter-signup
- Owner: UmarNawaz33
- License: mit
- Created: 2021-10-01T11:12:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T13:16:41.000Z (about 3 years ago)
- Last Synced: 2024-11-25T00:27:14.410Z (28 days ago)
- Topics: bootstrap4, css3, express, heroku-deployment, html5, mailchimp-api-v3, nodejs
- Language: HTML
- Homepage: https://lit-crag-35170.herokuapp.com/
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About The Project
This website let the user to signup for the newsletters. All the user data is being saved in mailchimp list using their Api.## Demo
https://lit-crag-35170.herokuapp.com/## Getting Started
To run this project first you need to setup your enviroment for nodejs. After that you need to:
* Clone this project
* Use `npm install` command to install all the packages
* Setup your mailchimp account to use their API
* Create `.env` file and add your project detail
* Use `node app.js` command to start the server on localhost### Built With
This application is built with the following:
* [Node JS](https://nodejs.org/en/)
* [Express JS](https://expressjs.com/)
* HTML5
* CSS3
* [BootStrap](https://getbootstrap.com/)## License
Distributed under the MIT License. See [LICENSE](https://github.com/UmarNawaz33/newsletter-signup/blob/main/LICENSE) for more information.
## Acknowledgements
* [body-parser](https://www.npmjs.com/package/body-parser)
* [dotenv](https://www.npmjs.com/package/dotenv)
* [express](https://www.npmjs.com/package/express)
* [request](https://www.npmjs.com/package/request)