HRahman1777 / Footsteps

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

Home Page:http://footsteps-hrahman1777.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://footsteps-hrahman1777.herokuapp.com/


Languages

Language:CSS 64.0%Language:PHP 20.8%Language:Blade 14.7%Language:Shell 0.2%Language:JavaScript 0.1%Language:SCSS 0.1%Language:Procfile 0.0%