Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 1.05 KB

README.md

File metadata and controls

31 lines (30 loc) · 1.05 KB

BizNews

Installation steps

  1. Run "git clone https://github.com/topcoder1406/BizNews"
  2. Run "cd BizNews"
  3. Run "composer install"
  4. Run "npm install && npm run build"
  5. Set up configurations in .env file
  6. Run "php artisan key:generate"
  7. Run "php artisan migrate"
  8. Run "php artisan storage:link"
  9. "php artisan optimize"

Now you can type "php artisan serve" in command line in order to run server.

Next you can:

  1. Seed database with random data by running "php artisan db:seed". (Passwords of all seeded users will be "password")
    Login page: http://127.0.0.1:8000/admin/login
  2. Or you can open http://127.0.0.1:8000 in browser and register your admin account, then you can create categories and posts. After creating at least one post return to http://127.0.0.1:8000