项目作者: andresilmor

项目描述 :
"Web Development II" curricular unit end project.
高级语言: HTML
项目地址: git://github.com/andresilmor/Daily-Screening-Website.git
创建时间: 2021-04-28T04:54:49Z
项目社区:https://github.com/andresilmor/Daily-Screening-Website

开源协议:

下载


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.