A crud operation web application where you can Create, Retrieve, Update, Delete Posts. Backend in Laravel PHP framework and Frontend in React JS framework.
1. Laravel 8 Framework
2. A Complete CRUD Operation(Create, Retrieve, Update, Delete)
3. Fully Format Time Stamp of Every Post.
4. A New Post always comes on top.
5. A Soft UI Design
6. Shows Greeting Message according to time.
7. Responsive For All Devices!!
8. Adding authentication soon
9. React js Fronend
10. Axios
1. PHP version upto 7.4
2. Laravel version 8.0
1. Clone the project using git clone
2. Copy a fresh .env file from laravel github
3. Update .env file by adding database information like DB_HOST.
4. Go to project root folder.Open git bash or terminal and run composer install
5. Run php artisan key:generate in the terminal
6. Run php artisan migrate
7. npm install
8. npm run dev
9. php artisan serve