Welcome to Weddit
Welcome!
In this blog I will be attempting to create a clone of Reddit.com using the PHP framework - Laravel.
This blog will follow my progress, analysis of code and include any problems encountered along the way, as well as any solutions (If I find any!).
Disclaimer: Weddit is purely a display of technical ability and as such is not fully GDPR compliant. Furthermore, this application will not be used for commercial or revenue purposes.
The main features of this application will include:
- Authentication
- Subweddits (communities containing subweddit-specific posts)
- Posts (including authorization, validation, CRUD, media upload, likes, comments)
- Timeline
- Admin access
- Guest access
For simplicity - I will ignore some features of reddit.com such as the 'hot' feature - this features takes in to account the popularity of a post coupled with its submission date.
Progress can be tracked on my GitHub account here - https://github.com/ConvertToInt
Comments
Post a Comment