Skip to content

brunomartins-com/phonelist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phone List

This application is a simple list of contacts that I made while I was studying AngularJS and Lumen Framework.

How much time?

I made all project in nearly 15 hours split on two days.

How to use

1 - Clone the repository:

  • Option 01: By "clone or download" button on right top side of the git

  • Option 02: Open the terminal and put this command on a folder of the your preference

    git clone https://github.com/brunomartins-com/phonelist.git
  • If you don't have the git in your computer, please click here)

2 - Configuring the API

  • 2.1 - Go to the "api" folder by terminal
    cd phonelist/api
  • 2.2 - On "api", execute the command
    composer install
  • 2.2.1 - If you don't have the composer in your computer, please click here

  • 2.3 step:

    cp .env.example .env
  • 2.4 step:
    php artisan migrate:install
  • 2.5 step:
    php artisan migrate
  • 2.6 step:
    composer dump-autoload
  • 2.7 step:
    php artisan db:seed

3 - Running the API

  • 3.1 - Execute this command on terminal for start API service
    php -S localhost:8000 -t public public/index.php

4 - Install and Run the localhost server

  • 4.1 - Open another tab on terminal and go to "front-end" folder
    cd ../front-end
  • 4.2 - Execute this command on terminal
    npm install -g http-server
  • 4.2.1 - If you don't have the npm in your computer, please click here)

  • 4.3 step:

    http-server -p 8080
  • The "http-server" command show your localhost address, that probably will be:
   http://127.0.0.1:8080

Demo

Author

Bruno Martins - Web Developer since 2005 with higher skills in:

  • HTML
  • CSS
  • Sass
  • Less
  • Gulp
  • Javascript
  • jQuery
  • AngularJS
  • NodeJS
  • EmberJS
  • PHP
  • MySQL
  • Sqlite
  • Laravel Framework
  • Lumen Framework
  • Photoshop
  • Illustrator
  • Fireworks
  • Git/BitBucket

####Visit my portfolio

License

The Photo List app is open-sourced software.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published