Follow the steps below to run the project on your local machine.
Make sure you have:
- XAMPP or WAMP installed
- PHP 8.x
- MySQL
Move the project folder into:
htdocs/(for XAMPP)www/(for WAMP)
Example path:
C:\xampp\htdocs\newsletter-subscription-system
Open XAMPP control panel and start:
- Apache
- MySQL
Open your browser and visit:
http://localhost/newsletter-subscription-system/setup_database.php
This will automatically create the required database and tables.
Now open:
http://localhost/newsletter-subscription-system/
You should see the subscription page.
To view subscribers:
http://localhost/newsletter-subscription-system/admin/subscribers.php