Post-Auth-Comment is simple Laravel web app where in users can register and share their posts with other users. Users can also comment on any post after they register themselves on the app . Edit delete functionalities on posts have also been given. This project can be a starter learning Laravel developers.
SERVER: Apache 2. RAM: 2 GB or higher. PHP: 7.4 or higher. For MySQL users: 5.0.2 or higher. Composer: 2.0.12 or higher.
- Laravel 8
- bootstrap 4
- jQuery 3.5.1
- fontawesome 4.7
You can install Post-Auth-Comment by using the GUI installer.
- Download zip .
- Extract the contents of the zip .
- Use the db file .
- On the server run the command: composer install
- On local: php artisan serve
Howwever, you dont need to register in order to scroll through the posts, users login details -
- Email: user@mail
- Password: 12345678
- It's a simple app, has three models namely User(default), Post & Comment.
- It took almost a day and half to create this project