Write.mv is an Open Source micro blogging platform.
This was a side project I started for fun. Due to some difficulties I wasn't able to continue with the project. The code for this ofcourse isn't gonna be perfect but anyone is welcome to make it better and play around with it. Cheers : )
The main goal of Write.mv is to give anyone a space on the web to freely share their stories & knowledge online without the need for any technical knowledge to set up their own blog.
Clone the repo
composer install
npm install
npm run dev
Configure .env
DB_CONNECTION=mysql
DB_HOST=host.docker.internal
DB_PORT=3306
DB_DATABASE=writemv
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=redis
Then run
sail up
Application will be live at: localhost:8085