Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junreyalgario/php-assesment
MVC pattern implementation in php
https://github.com/junreyalgario/php-assesment
mvc-architecture mysql-database object-oriented-programming
Last synced: about 2 months ago
JSON representation
MVC pattern implementation in php
- Host: GitHub
- URL: https://github.com/junreyalgario/php-assesment
- Owner: junreyalgario
- Created: 2021-10-07T11:59:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T12:26:03.000Z (about 3 years ago)
- Last Synced: 2023-10-21T10:21:08.492Z (about 1 year ago)
- Topics: mvc-architecture, mysql-database, object-oriented-programming
- Language: PHP
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Php Assesment
## Technology Used
* Php 7.4.10
* MySql 15.1
* Html5
* Composer 2.1.3## How to setup
* Download xampp from here https://www.apachefriends.org/index.html
* Install xampp on your local machine and start apache and mysql
* Open localhost/phpmyadmin on your browser
* Create database and name it to sms
* Select the sms database and select import and browse the sms.sql file located at files/sms.sql int project root derictory
* Open terminal from the project root directory and enter the command 'php -S localhost:8000 server.php'
* Now open localhost:8000 on your browser