Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nurg001/cse-347--6---2021-2-60-052
In this repository, you will find project files related to the course CSE-347 on Web Development
https://github.com/nurg001/cse-347--6---2021-2-60-052
cse html lawyer php project-repository webapp website
Last synced: about 1 month ago
JSON representation
In this repository, you will find project files related to the course CSE-347 on Web Development
- Host: GitHub
- URL: https://github.com/nurg001/cse-347--6---2021-2-60-052
- Owner: NurG001
- Created: 2024-06-07T16:10:46.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T17:41:47.000Z (8 months ago)
- Last Synced: 2024-11-12T12:22:05.420Z (3 months ago)
- Topics: cse, html, lawyer, php, project-repository, webapp, website
- Language: PHP
- Homepage:
- Size: 20.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE-347 Section-6 Project Repository
Welcome to the repository for the CSE-347 Section-6 project. This repository contains all the necessary files and documents related to the Lawyer Hub project.
## Repository Contents
- **`project347/`**: This directory contains the source files for the Lawyer Hub website, including HTML, PHP, and background image files (PNG).
- **`CSE 347_Project_Report.pdf`**: This is the comprehensive project report detailing the development and implementation of the Lawyer Hub.
- **`347_project_poster`**: This file contains the project showcase poster.## Instructions to Run the Project
### Prerequisites
- [XAMPP](https://www.apachefriends.org/index.html)
- A web browser### Steps
1. **Clone the repository:**
2. **Move the project files to XAMPP's `htdocs` directory:**
Copy the `project347` folder and paste it into the `htdocs` directory of your XAMPP installation (e.g., `C:\xampp\htdocs\` on Windows).3. **Start the XAMPP control panel:**
Open XAMPP and start the Apache and MySQL modules.4. **Create the database:**
- Open your web browser and go to `http://localhost/phpmyadmin`.
- Click on the `Databases` tab and create a new database (e.g., `lawyer_hub`).
- With the new database selected, click on the `Import` tab.
- Click on `Choose File` and select the `sql.txt` file located in the `project347` directory.
- Click `Go` to import the SQL file and create the necessary tables.5. **Run the project:**
- Open your web browser and go to `http://localhost/project347/index.html`.### Additional Information
- **Project Report:** Detailed documentation of the project can be found in `CSE 347_Project_Report.pdf`.
- **Project Poster:** The showcase poster for the project is available in `347_project_poster`.