fujiechen / Weitter

A social media web application allowing users to post their own thinking and see other’s posting from their timeline. It also allows users to follow other users to update their timeline.

Home Page:https://whispering-atoll-74812.herokuapp.com/

Repository from Github https://github.comfujiechen/WeitterRepository from Github https://github.comfujiechen/Weitter

Weitter

Twitter like app using PHP and Laravel framework

App Screenshots

Demo

http://whispering-atoll-74812.herokuapp.com/

Installation

  • Clone the repo and run composer install once installed you can create .env by cp .env.example .env now add your db credential in it. You can use MySQL or PostgreSQL as your db.
  • Now generate a key for your app using php artisan key:generate
  • Then run the php artisan db:seed to seed the app with dummy data
  • point the baseURL of axios http to your app url by editing it in resources/assets/js/utils/http.js, by default it set to http://locahost:8000
  • If your url is localhost:8000 you can run the app by php artisan serve otherwise you need to install npm deps by running npm install after this you need to npm run watch to build the app browse.

License

MIT license.

About

A social media web application allowing users to post their own thinking and see other’s posting from their timeline. It also allows users to follow other users to update their timeline.

https://whispering-atoll-74812.herokuapp.com/

License:MIT License


Languages

Language:PHP 82.7%Language:HTML 16.8%Language:Vue 0.5%