https://github.com/sanskar-mk2/web-forum
Laravel based imageboard for submission as mini-project in the 3rd semester of M.S. program.
https://github.com/sanskar-mk2/web-forum
forum-software laravel livewire tailwindcss web-forum
Last synced: 8 months ago
JSON representation
Laravel based imageboard for submission as mini-project in the 3rd semester of M.S. program.
- Host: GitHub
- URL: https://github.com/sanskar-mk2/web-forum
- Owner: sanskar-mk2
- Created: 2022-11-24T09:29:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-16T18:26:23.000Z (8 months ago)
- Last Synced: 2025-02-16T19:24:07.234Z (8 months ago)
- Topics: forum-software, laravel, livewire, tailwindcss, web-forum
- Language: PHP
- Homepage:
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Forum
Laravel based imageboard for submission as mini-project in the 3rd semester of M.S. program.[Thesis Report PDF](https://github.com/sanskar-mk2/web-forum/blob/master/Thesis%20Report.pdf)
## Development Environment
- Windows 10 Pro N x86_64
- PHP 8.1.4
- MariaDB 10.4.25
- Apache Webserver## Production Environment
- Debian GNU/Linux 11 (bullseye) x86_64
- PHP 8.1.8
- MariaDB 10.5.15
- Nginx Webserver## Frameworks
- Laravel Framework 9.30.0
- Tailwind CSS 3.1.8## Methodoligies Used
- Test Driven Development
- Agile Developments## Modules
- Authentication
- Board Management
- Thread Management## Models
- User
- Board
- Thread
- Post