Skip to content

Lizwis/hacker-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker-news clone, Laravel PHP

Installation

  1. clone the repo and cd into it
  2. composer install
  3. rename or copy .env.example file to .env
  4. create a database, call it hacker-news
  5. download database here https://wetransfer.com/downloads/d8d3c4b3be3fafd7d794d3210da331fb20210514064421/e68a70
  6. populate database
  7. Enter your database credentials in your .env file, edit the following DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=hacker-news DB_USERNAME=root DB_PASSWORD=
  8. php artisan key:generate
  9. php artisan serve
  10. go to http://127.0.0.1:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published