An open API service indexing awesome lists of open source software.

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.

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