Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)