Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohit-nandagawali/alert-me
This is my diploma final year project, created using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP, SQL
https://github.com/rohit-nandagawali/alert-me
Last synced: about 2 months ago
JSON representation
This is my diploma final year project, created using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP, SQL
- Host: GitHub
- URL: https://github.com/rohit-nandagawali/alert-me
- Owner: Rohit-Nandagawali
- Created: 2022-08-03T06:47:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-03T09:02:33.000Z (over 2 years ago)
- Last Synced: 2024-06-12T05:38:16.711Z (7 months ago)
- Language: JavaScript
- Homepage: https://alertme1.000webhostapp.com/
- Size: 3.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlertMe - Diploma final year project
Platform for news sharing## Libraries used
- Bootstrap 5 ( for frontend development)- [https://getbootstrap.com/docs/5.0/getting-started/introduction/](https://getbootstrap.com/docs/5.0/getting-started/introduction/)
- PHPMailer ( for sending mails ) - [https://github.com/PHPMailer/PHPMailer](https://github.com/PHPMailer/PHPMailer)
## Change login credentials in /assets/php/send_code.php**Inside**
- Do this setting to your gmail account before using it into your project
- Watch this video to setup gmail account [https://www.youtube.com/watch?v=Kjn5vBbBsi8](https://www.youtube.com/watch?v=Kjn5vBbBsi8&t=481s)
- Watch this video then change the username and password, other wise it will not work
- change username and password
```php
$mail->Username = '[email protected]'; //SMTP username
$mail->Password = 'secret';
```## Import database
> 1. Go to phpmyadmin
> 2. Click on `SQL` tab, and run following query to create new database
```sql
CREATE DATABASE cpe
```
> 3. Select `cpe` database using by clicking the `cpe` on left hand side
> 4. Click on `Import` tab, and Import `cpe.sql` file from project folder
> 5. All done ! Now you can run it :)
## Admin Panel> To access admin page type `Admin` after website url, ex: `localhost/alertme/Admin`
> `email` for Admin - `[email protected]`
> `password` for Admin - `12345`- How to change username and password for admin
1. Go to `phpmyadmin` and `cpe` and go to `admins` table and change the credentials. Password for admin is not encrypted.## How to run this app
1. Clone the repository
```
git clone git clone https://github.com/Rohit-Nandagawali/alert-me
```2. Start `Apache` and `MySQL` from xampp,wamp,etc.
3. Configure `send_code.php` file by changing mail and password.
4. Setup database, by Importing `cpe.sql` file.## ⚠ This is private repository, DO NOT SELL THIS PROJECT, OR REUSE THIS PROJECT