ForoCity is a web forum that allows users to create and participate in discussion topics of their city. It has groups divided by cities and topics divided by categories (By using Tags). User can create posts for each topic and comment on them. It has also votes so that user can search for the most popular topics. It also have direct messages between users.
http://forocity.gurjant.fyi/ http://84.235.233.11
- Clone the project
git clone
- Install the dependencies
composer install
- Run the project
sail up -d
- Run composer with sail
sail composer install
- Run the migrations and seeders This part is very important, wait for the database to be ready
sail artisan migrate:fresh --seed
- Install the dependencies
sail npm install
- Run the project
sail npm run dev
I have used mailpit to simulate the emails. You can check the emails in the following link: http://84.235.233.11:8025