A repo for the code created by group 28
This project uses the LAMP stack to create a login page with addtitional features. The website itself is hosted on DigitalOcean.
The structure of this website is as follows:
-
/var/www/html
-
contactsPage.html
-
signUp.html
-
login.html
-
js
- app.js
- code.js
- contactsPage.js
- md5.js
- register.js
-
css
- contactPageStyle.css
- loginStyles.css
- signUp.css
-
images
- default-user-image.png
-
LAMPAPI
- AddContact.php
- EditContact.php
- Login.php
- Register.php
- SearchContacts.php
-