https://github.com/andresilmor/daily-screening-website
Introduction Project to the Back-end Development using PHP and MySQL, with some extras like the use of PDO, MVC Architecture and retrieval of information from a third-party News API.
https://github.com/andresilmor/daily-screening-website
api bootstrap model-view-controller mvc-architecture mvc-framework mysql mysql-database pdo pdo-mysql pdo-php php university university-project website
Last synced: about 1 year ago
JSON representation
Introduction Project to the Back-end Development using PHP and MySQL, with some extras like the use of PDO, MVC Architecture and retrieval of information from a third-party News API.
- Host: GitHub
- URL: https://github.com/andresilmor/daily-screening-website
- Owner: andresilmor
- Created: 2021-04-28T04:54:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T04:56:27.000Z (about 5 years ago)
- Last Synced: 2025-02-03T00:31:51.554Z (over 1 year ago)
- Topics: api, bootstrap, model-view-controller, mvc-architecture, mvc-framework, mysql, mysql-database, pdo, pdo-mysql, pdo-php, php, university, university-project, website
- Language: HTML
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daily Screening Website
The goal of this work was the use of PHP and other tecnologies, as such this project include Login/Register function, providing security both in passoword data using md5 codification and limitations of page access. Also includes interaction with a API to get recent News (at the time it was not offered integration with PHP, but with Javascript, so it was necessary a litte of cheat). Its still not very responsive, only in the News page where was used Bootstrap, unfinished is the Ajax part, where it was to use jQuery, and the listage of patients and data edition. This work was made using a basic MVC Architecture and PDO to the connection with a MySQL database also created from zero.