Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukarinevg/delivery-university-project
PHP Delivery application based on my MVC framework
https://github.com/bukarinevg/delivery-university-project
Last synced: 17 days ago
JSON representation
PHP Delivery application based on my MVC framework
- Host: GitHub
- URL: https://github.com/bukarinevg/delivery-university-project
- Owner: bukarinevg
- Created: 2020-01-11T13:23:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T22:16:30.000Z (about 1 year ago)
- Last Synced: 2025-01-22T11:17:55.222Z (17 days ago)
- Language: PHP
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# University Delivery Project
This is a delivery project developed for university purposes, showcasing an MVC (Model-View-Controller) architecture implemented using PHP, JavaScript, and jQuery.
## Overview
This project is designed to demonstrate the principles of a delivery system utilizing a web-based platform. The system follows an MVC architecture to ensure separation of concerns and modularity.
## Technologies Used
- **PHP**: Utilized for the server-side implementation, handling the business logic and data management.
- **JavaScript**: Used for client-side interactions, enhancing user experience and providing dynamic functionalities.
- **jQuery**: Employed to simplify DOM manipulation and streamline client-side scripting.
- **MVC Architecture**: Organized the codebase into models, views, and controllers for a structured and maintainable approach.## Features
- **User Authentication**: Implementing secure login and registration functionalities.
- **Order Management**: Allowing users to place, track, and manage delivery orders.
- **Interactive UI**: Utilizing JavaScript and jQuery to create a dynamic and intuitive user interface.
- **Database Integration**: Connecting the application with a database to store and retrieve data.1. Clone the repository.
git clone https://github.com/bukarinevg/delivery-project.git