Skip to content

A non-static website for Instagram Login with mailchimp API which stores username and password once you login with this website.

Notifications You must be signed in to change notification settings

Aneeshaik/InstaLogin

Repository files navigation

Instagram Clone with Mailchimp Integration

This project is a clone of the Instagram login functionality, designed for educational and practice purposes. It demonstrates how to build a non-static web application using Node.js that integrates with the Mailchimp API to store and manage user login credentials securely. This project is purely for educational purposes and is not intended for any unauthorized use.

Features

  • User Authentication: Allows users to register and authenticate using a username and password.
  • Mailchimp API Integration: Utilizes the Mailchimp API to store and manage user credentials securely.

Technologies used

  • Node.js: For creating the server-side logic and handling the integration with the Mailchimp API.
  • Express.js: Used as the web server framework for Node.js to handle requests and responses.
  • Mailchimp API: For securely managing user credentials and other related data.
  • HTML/CSS: For structuring and styling the web page.

Setup and Installation

1. Clone the repository

git clone [repository URL]
cd [project-folder]

2. Install dependencies

npm install

3. Configure Mailchimp

  • Sign up for a Mailchimp account if you don't already have one.
  • Create an API key in Mailchimp and configure it in the project (usually in an .env file for security).
  • Ensure you handle user data in compliance with Mailchimp's policies and guidelines.

4. Run the application

npm start

This will start the server locally on a pre-defined port, and the website will be accessible via localhost:[port-number]

Disclaimer

This project is developed for educational purposes only. It is not intended for any illegal use, including but not limited to unauthorized access to Instagram accounts.

About

A non-static website for Instagram Login with mailchimp API which stores username and password once you login with this website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published