Skip to content

A web application using Laravel-9 with API & authentication system that contains famous person's quotes. User can see all the quotes, search by person's name and refresh the page with load more new data by clicking a button. User can register in the system as an admin to add, update and delete quotes.

Notifications You must be signed in to change notification settings

imamhosen737/random_quotes

Repository files navigation

Famous Quotes

Run Locally

Clone the project

https://github.com/imamhosen737/random_quotes.git project-name

Go to the project directory

cd project-name

Set up the database

Create a database in your MySQL which name will be "random_quotes" and import the given exported database.

Serve the project

php artisan serve

Login

email:admin@gmail.com

password:12345678

API Code

API codes have been written in the 'app/Http/Controllers/ApiController.php' & route for API in 'routes/api.php'

Middleware for API: app/Http/Middleware/CorsMiddleware.php

About

A web application using Laravel-9 with API & authentication system that contains famous person's quotes. User can see all the quotes, search by person's name and refresh the page with load more new data by clicking a button. User can register in the system as an admin to add, update and delete quotes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published