TahmidU / whatsup

A chat webapp
0 stars 0 forks source link

WIP

Whatsup Logo

Whatsup

About

A chat web application similar to WhatsApp. The goal of this project is to have the ability:

Installation

This project uses InertiaJS which takes a monolithic approach to gluing a FE framework, such as React in this case, and Laravel. Cloning this project, and running these commands should suffice:

MySQL and Redis database will soon be required. (TODO) Have a look at the .env.example file to configure the connection between them

Usage

To start the project run:

Coding Standards & Architecture

This section focuses on how I went about structuring my code and my project's directories.

FE

Project structure:

Style:

Design Architecture & Folder structure (WIP):

BE

TODO

Merge Strategy

Release

The structure the release versioning takes is: v[major].[minor].[hotfixes/patches]

License

MIT license