Skip to content

topcoder1406/BizNews

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published