This stores website for hackathon
“Too many mails”: Almost all our communication with the institute and also amongst the
students is based on mails. Due to this some important mails are quite often missed and students
gmail is often filled with lots of unwanted mails.
A quick survey done on the students of our college, shows the following results:
here
cd website && git clone https://github.com/harshraj22/website.git
<?php
$hostname = 'localhost';
$username = 'root (or any other user)';
$password = '<insert your xamp/lamp password>';
$database = 'mailmaintainer';
?>
Database Creation :
mailmaintainer
main_table.sql
, temp_table.sql
, mailmaintainer.sql
, time_table.sql
for the above process.INSERT INTO auth VALUES('manageevents123@gmail.com','<insert admin password>');
Setup for Google OpenId:
Install Google API Client using composer require google/apiclient
(In case you don’t have composer installed, install using sudo apt-get install composer
)
```Directory Structure :
.
|—website
|--website
|-- README.md
|-- Report.md
|-- attachments
| `-- randomfile.txt
|-- login.php
|-- mailmaintainer.sql
|-- main_table.sql
|-- newfile
|-- reference.txt
|-- temp_table.sql
|-- time_table.sql
|-- auth
| |-- auth.php
| |--composer.json
| |--composer.lock
| |--vendor/
`-- user
|-- add_event.php
|-- add_event_backend.php
|-- add_keywords.php
|-- book_slot.php
|-- book_slot_php.php
|-- logout.php
|-- profile.php
|-- slot.php
|-- time_table.php
|-- update_preferences.php
`-- update_preferences_table.php
```