Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/livealvi/car-rental-service-php-project
This Project is based on course CSC 3215. Learning about - Basic HTML & CSS, JSON, XML, Session & Cookies, CRUD Operations in Php using MySQL and Create MVC (Model–View–Controller) from scratch. Just learning about web technologies, Not focusing on UI (Bootstrap or other 3rd-Party UI libraries or frameworks).
https://github.com/livealvi/car-rental-service-php-project
ajax cookies crud-application css3 hmlt5 javascript json mvc mvc-architecture php session xml
Last synced: about 6 hours ago
JSON representation
This Project is based on course CSC 3215. Learning about - Basic HTML & CSS, JSON, XML, Session & Cookies, CRUD Operations in Php using MySQL and Create MVC (Model–View–Controller) from scratch. Just learning about web technologies, Not focusing on UI (Bootstrap or other 3rd-Party UI libraries or frameworks).
- Host: GitHub
- URL: https://github.com/livealvi/car-rental-service-php-project
- Owner: livealvi
- Created: 2021-10-17T11:35:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T02:23:10.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T22:24:31.296Z (over 1 year ago)
- Topics: ajax, cookies, crud-application, css3, hmlt5, javascript, json, mvc, mvc-architecture, php, session, xml
- Language: PHP
- Homepage:
- Size: 842 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=for-the-badge&logo=php&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E) ![MySQL](https://img.shields.io/badge/mysql-%2300f.svg?style=for-the-badge&logo=mysql&logoColor=white)
# About This Project
Presently there is a rapid growth of demand for car usage on specific occasions and events. But many people do not own a car or they do not own a car suited for the specific event in question. On the other hand, there are car owners who do not have regular usage of their cars. It can be beneficial for both parties can get an economic advantage by using each other’s resources and necessities.So, the aim of our project is to bring together car owners and car renters through a platform as a car rental service. The car renters can rent to the interested renters in a secured manner since a verification system for the renter (through documents like NID / Driving License), as well as the car owner (Car Registration / Insurance information), will be implemented.
This project will demonstrate a basic design of the platform which can be extended later based on business requirements and needs.
## COURSE DESCRIPTION [CSC 3215](https://www.aiub.edu/faculties/fst/ug-course-catalog/ "AIUB - Faculty of Science and Technology (Undergraduate Course)")
Click to More
> - Escalate the increasing importance of Web technology and how it is changing the role of the IT.
> - Understand what strategic web development is and apply a framework to help identify strategic uses of Internet
> - Compare the fundamental types of web technologies and how they can be used to provide real business benefit;
> - Explore new technologies and issues affecting the web development
> - Apply a web development approach in analyzing the role of web technology in organizations
> - Describe the process used in developing information systems and the concepts of web engineering and web process reengineering
> - Analyze the skills needed for web development professionals
> - Develop real life and society targeted Web Applications
# Quick Overview - Setup & Run
>**Need to Download**:
[Visual Studio Code](https://code.visualstudio.com/download) or **Any Text Editor**
[XAMPP](https://www.apachefriends.org/download.html)
[Google Chrome](https://www.google.com/chrome/) or **Any Browser**#### Step - 1
Download or Clone on ```XAMPP``` > ```htdocs``` folder or Other Location
```sh
git clone https://github.com/livealvi/Car-Rental-Service.git
```#### Step - 2
Make [Database](#database) follow this [Diagram](#database-diagram)
- This Project Under Development
- _Database Diagram Incomplete_#### Step - 3
Goto folder ```XAMPP``` > ```htdocs``` > [Download](#step---1) or [Clone](#step---1) **Car-Rental-Service**
Or **Copy** ```Car-Rental-Service``` from download location and **Paste** on ```XAMPP``` > ```htdocs```#### Step - 4
Start [XAMPP](https://www.apachefriends.org/download.html) Server, Open [Google Chrome](https://www.google.com/chrome/) or **Any Browser** and goto address bar and type ```localhost/Car-Rental-Service``` and run this project.# Language - Tools - Technology
| Language | Version | Tools & Technology
|------------------------|----------------------- |-----------------------------|
|PHP | [8.0.11](https://www.php.net/ChangeLog-8.php#8.0.11) | [XAMPP](https://www.apachefriends.org/download.html) |
| HTML5 | [5](https://www.w3schools.com/html/) | [Google Chrome](https://www.google.com/chrome/) , [Visual Studio Code](https://code.visualstudio.com/download) |
|CSS3 |[3](https://www.w3schools.com/css/)|[Google Chrome](https://www.google.com/chrome/) , [Visual Studio Code](https://code.visualstudio.com/download)|
|JavaScript |[ES5](https://www.w3schools.com/js/js_es5.asp) , [ES6](https://www.w3schools.com/js/js_es6.asp) | [Google Chrome](https://www.google.com/chrome/) , [Visual Studio Code](https://code.visualstudio.com/download) |
|JSON |[ECMA-404](https://www.json.org/json-en.html) or [JSON](https://www.w3schools.com/js/js_json_intro.asp)| [Google Chrome](https://www.google.com/chrome/) , [Visual Studio Code](https://code.visualstudio.com/download) |
|XML |[1.1](https://en.wikipedia.org/wiki/XML) or [XML](https://www.w3schools.com/xml/xml_whatis.asp)| [Google Chrome](https://www.google.com/chrome/) , [Visual Studio Code](https://code.visualstudio.com/download) |
|MySQL / PhpMyAdmin | [5.1.1](https://www.phpmyadmin.net/downloads/) |[XAMPP](https://www.apachefriends.org/download.html) |
| MariaDB | [10.4.21 Stable](https://downloads.mariadb.org/mariadb/10.4.21/) | [XAMPP](https://www.apachefriends.org/download.html) |
| Apache | [2.4.49 (Win64)](https://httpd.apache.org/download.cgi) | [XAMPP](https://www.apachefriends.org/download.html) |# Note
- This Markdown (**README**) is **not complete** or well documented
- _Learning in progress_- Sometimes might be **crash or error**
- _Learning in progress & depends on git commit_## - Thank You.