Welcome to the Quotes! This project allows users to create, manage, and share inspirational quotes in a simple and user-friendly interface.
- User Authentication 🔑
Register and log in to access your personalized dashboard. - Create Quotes ✍️
Write new quotes and attach images to enhance your entries. - View All Quotes 📜
Explore quotes from all users, fostering a community of inspiration. - Edit and Delete Quotes 🛠️
Manage your quotes easily with options to edit or delete any entry.
- Backend: Laravel 11
- Frontend: Bootstrap, HTML
- Database: MySQL (via phpMyAdmin on localhost)
- Version Control: Git & GitHub
Utilizing Laravel's Eloquent ORM for database interactions and migrations, ensuring smooth and efficient data management.
To run this project locally, follow these steps:
- Clone the Repository
https://github.com/chamikathereal/Quotes.git
- Navigate to the Project Directory
cd Quotes
- Install Dependencies
composer install
- Set Up Environment File
Copy.env.example
to.env
and update your database credentials. - Run Migrations
php artisan migrate
- Start the Development Server
php artisan serve
- Access the Application
Open your browser and go tohttp://localhost:8000
.
- Register: Create a new account to get started.
- Login: Use your credentials to access your dashboard.
- Dashboard: Write new quotes or view existing ones.
- Manage Quotes: Edit or delete your quotes as needed.
Contributions are welcome! Feel free to submit a pull request or open an issue for any suggestions or improvements.
This project is licensed under the MIT License. See the LICENSE file for details.
Happy quoting! 🎉