Twitter From Scratch Using Laravel: Introduction

Yes, you read it right, we are going to build a Twitter like website from scratch, using Laravel framework for the back-end, and Vue.js and Bootstrap for the front-end. In this series we are going to learn more about Laravel, PHP, Vue.js, CSS, Test-Driven Development (TDD) and many other things related to building modern web application.
Requirements
This tutorial presumed that you already have the following:- Fresh installation of Laravel or you can clone the official Github repo for this tutorial here.
- A background of Object-Oriented Programming (OOP).
Features
This tutorial will cover the following:- User Registration and Authentication
- User Profile (Edit, Upload Profile and Cover Photo)
- User Settings
- Create Tweet
- Delete Tweet
- Report Tweet
- Like Tweet
- Retweet
- Reply Tweet
- Administration
- Other feature that will be necessary along the way
That's all for this epesode. If you have any questions and suggestions please don't hesitate to write it down in the comment below. Stay tuned.
Next: Initial Database Setup
Post a Comment