This is a simple website based on the knowledge acquired in Building Web Applications in PHP course from coursera.
-
Have XAMPP OR MAMP installed
-
This example is focused on linux. If you have another operating system, find out how to install this tool and how to run a php web server. In the same way the structure is very simple and similar
- You must start the apache server. If you are in linux, you can type this:
$ sudo /opt/lampp/lampp start
-
Go to your
htdocsfolder and then clone this repository in that folder. Thehtdocsfolder is in different locations depending on your web server and OS. In linux is in /opt/lampp/htdocs -
Type in your browser localhost/binary-unary_Calculator
The content of this project itself is licensed under the GNU General Public License.
Name: Santiago Hidalgo Ocampo
E-mail: shidalgoo1@eafit.edu.co

