Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yonatankinfe/request-advisors-system
This repository contains a web-based system for submitting and reviewing requests. Users can post requests that are stored in a MySQL database via phpMyAdmin. Advisors review these requests, providing advice or denial with an explanation. Built with HTML, CSS, and PHP, the project ensures smooth communication between users and advisors.
https://github.com/yonatankinfe/request-advisors-system
Last synced: about 2 months ago
JSON representation
This repository contains a web-based system for submitting and reviewing requests. Users can post requests that are stored in a MySQL database via phpMyAdmin. Advisors review these requests, providing advice or denial with an explanation. Built with HTML, CSS, and PHP, the project ensures smooth communication between users and advisors.
- Host: GitHub
- URL: https://github.com/yonatankinfe/request-advisors-system
- Owner: Yonatankinfe
- Created: 2024-08-14T11:23:01.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T09:06:18.000Z (4 months ago)
- Last Synced: 2024-08-28T10:29:33.880Z (4 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request Advisors System 📑💼
This repository contains a web-based system designed to facilitate smooth communication between users and advisors. Users can submit requests through the system, which are stored in a MySQL database managed via phpMyAdmin. Advisors can review these requests and provide advice or denial with an accompanying explanation.
# Features 🚀
User Requests: Users can post their requests, which are stored securely in the MySQL database. 🗃️
Advisor Review: Advisors can access requests and provide advice or deny them, including an explanation. ✅❌
Efficient Workflow: The system ensures streamlined communication between users and advisors, promoting efficient decision-making. 🔄💡
# Technologies Used 💻
HTML: For structuring the web pages. 🏗️
CSS: For styling the web pages. 🎨
PHP: For server-side logic and handling user-advisor interactions. 🖥️
MySQL: Database management via phpMyAdmin to store and retrieve request data. 🗄️
# Setup Instructions ⚙️
1. Clone the repository:
git clone https://github.com/yourusername/Request-advisors-system.git
2. Set up your MySQL database and import the provided SQL file. 🗂️
3. Configure the database connection in the config.php file. 🔧
4. Deploy the system on a PHP-supported web server. 🚀
# Usage 👥
1. For Users: Submit requests via the provided form on the system's web interface. 📝
2. For Advisors: Log in to the system, review submitted requests, and provide feedback. 🧑💼
# Contributing 🤝
Feel free to submit issues, fork the repository, and send pull requests. Contributions are welcome!
# Some Images 📸
Take a look at the images to see what the website looks like!
![IMG_20240819_111013_873.jpg](https://github.com/user-attachments/assets/b440ac22-0018-48a4-877f-8aff7bec6879)
![IMG_20240819_111010_854.jpg](https://github.com/user-attachments/assets/9ef97f83-467a-4de9-a966-c90d7dd8f05f)
![IMG_20240820_103743_002.jpg](https://github.com/user-attachments/assets/272b672a-087c-47bc-95c8-175787e0e8d5)![IMG_20240820_103740_276.jpg](https://github.com/user-attachments/assets/7368e738-a9d8-4146-95e1-b72f8100ea7f)