SuperCrud – A crud operation web application where you can Create, Retrieve, Update, Delete Posts. Backend in Laravel PHP framework and Frontend in React JS framework.
Demo:
Link: https://supercrud25.herokuapp.com
Feature:
- A Complete CRUD Operation(Create, Retrieve, Update, Delete)
- Fully Format Time Stamp of Every Post.
- A New Post always comes on top.
- Clean UI Design
- Shows Greeting Message according to time.
- Responsive For All Devices!!
- Laravel 8
- React JS Frontend
- Axios
Requirements:
- PHP version up to 7.4
- Laravel version 8.0
- composer
- npm
Installation Steps:
- Unzip the package.
- Copy .env.example and rename .env
- Update .env file by adding database information like DB_HOST.
- Go to project root folder. Open terminal and run composer install
- Run php artisan key:generate in the terminal
- Run php artisan migrate
- npm install
- npm run dev or npm run watch
- php artisan serve