This is my first project as a first-year full stack developer! It is a web-based application designed to manage alumni data and share memories. This project includes features such as a laureate dashboard, registration form, profile modification, reviews page, and a memories page.
- Laureate Dashboard: View and manage alumni profiles.
- Registration Form: Easy sign-up process for new members.
- Profile Modification: Update user details like name, email, and profile picture.
- Reviews Page: Share and view alumni feedback.
- Memories Page: A section dedicated to sharing memorable moments.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, Laravel
- Database: MySQL
- Version Control: Git and GitHub
To set up the database for this project:
- Import the
coupainsavant.sql
file into your MySQL database using phpMyAdmin or a MySQL command line tool.
-
Using phpMyAdmin:
- Open phpMyAdmin.
- Select your database and go to the "Import" tab.
- Choose the
coupainsavant.sql
file and click "Go".
-
Using MySQL Command Line:
mysql -u username -p your_database_name < coupainsavant.sql