A simple, educational social media platform (e.g. twitter for students) created for the SYSC4504 course at Carleton University. This project features basic functionalities like user registration, login, profile customization, and postings. It serves as a practical application of HTML, CSS, php, MySQL, and JavaScript skills learned during the course, designed to simulate a student-centered social network
- User registration and login/logout system
- Posting updates
- Viewing posts from other users
- Customizing student profiles
- Viewing list of users (if admin)
- HTML
- CSS
- JavaScript
- PHP
- MySQL
- XAMPP (for local server and database management)
- phpMyAdmin
- Make sure you have XAMPP installed on your device.
- Download the repository and extract it.
- Move the extracted folder to the htdocs directory in your XAMPP installation folder.
- Open your web browser and go to http://localhost/phpmyadmin.
- Use the Import tab in phpMyAdmin to import the .sql file provided in the project folder and set up the database tables
- Start XAMPP: Launch XAMPP Control Panel and start Apache and MySQL.
- Go to http://localhost/pathToProject and the website should be visible