Giter Club home page Giter Club logo

etec-php-exercises's Introduction

etec-php-exercises

PHP exercises from my course at ETEC and some of my own play-around with PHP

Translations: PortuguΓͺs (BR)


Projects

Project Description Demo
aula-1-datetime Fist exercise ever, shows the current datetime and salute πŸ”—
tailwind-datetime A version of the first one, but with a cool card using Tailwind CSS πŸ”—
loja-virtual A simple and not completed web store with Bootstrap πŸ”—

Click on the πŸ”— to see the demo

Running

How to run the projects locally.

Using PHP Development Server

For my personal use, I think that the php CLI is the best way to start a local server.

  1. Clone this repository
  2. In the repository root directory, run:
php -S localhost:<some_port_number>
# example: php -S localhost:4002
  1. Go to http://localhost:<the_port_number>/api/<exercise_name>

Using XAMPP

In the classes at ETEC, we learn using XAMPP to run the local server.

Since I'm not using databases yet, it is not so necessary, but you can use it:

  1. Clone this repository under <xampp_dir>/htdocs/
  2. Start the Apache Server using XAMPP
  3. Go to http://localhost/etec-php-exercises/api/<exercise_name>

etec-php-exercises's People

Contributors

luisfelipesdn12 avatar

Stargazers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.