This is demo website for showing my competence in web development. It is a light "microblogging" platform where users can post short messages and comment on them. It is written in PHP using the Laravel framework.
- PHP ^8.1
- Composer ^2.1
- Npm ^7.20
- Clone the repository
- Open project folder
cd writty - Copy .env.example to .env
- Create database file
touch database/database.sqlite - Run
composer install - Run
npm install - Run
php artisan key:generate - Run
php artisan migrate
Default:
- Run
php artisan serve - Open http://localhost:8000 in your browser
- Run
valet link writty - Open http://writty.test in your browser