/Footsteps

A complete blog site where expert users can share their experiences by post for other user.

Primary LanguageCSS

Footsteps

One kind of blog site where expert users can share there experiences and steps for a specific profession by posting. Web-tools: php laravel mysql bootstrap javascript


Click Here For Live Server

Click Here For Demo Video


## Features
  • Sign up, Sign in - auth
  • Post with category and tag
  • Search section
  • Comment section
  • Multiple role - auth control section

Target to cover

  • Top content filter (developing)
  • Notification section (developing)
  • Message section (developing)

To Use

To use this in any machine there should need to

  • install MySQL
  • install Composer
  • install npm/yarn
  • Then download ZIP OR, Run this command to clone git clone https://github.com/HRahman1777/Footsteps.git with Git-Bash
  • Create a .env file and copy-paste all text from env.example file. (or edit as suitable)
  • Create a database name with footsteps
  • Open command terminal on that folder run
  • composer install
  • yarn install or npm install
  • yarn run dev or npm run dev
  • php artisan migrate or php artisan migrate:fresh (that will drop all table from footsteps db then do migration auto)
  • At last php artisan serve