Welcome to the FastNotebook Project! This project is designed to help users quickly set up a personal notebook application with various features for managing notes, comments, galleries, and more.
-
Article/Note Taking: Easily create, edit, and delete articles or notes. Keep your thoughts organized and accessible.
-
Commenting System: Engage with your content through a built-in commenting feature, allowing users to leave feedback and thoughts on your articles.
-
Gallery Functionality: Upload and manage images in a gallery format. Perfect for visual notes or sharing memories.
-
Category and Archive Management: Organize your notes and articles into categories for easy navigation and retrieval. Archive old notes to keep your workspace tidy.
-
Admin Panel: A user-friendly management interface for overseeing your content, comments, and user interactions.
To get started with the project, follow these steps:
- Clone the repository:
git clone git@github.com:MutouLee/fastnotebook.git
- Navigate to the project directory:
cd fastnotebook - Install the required dependencies::
composer install
- Execute database migrations:
php artisan migrate
- Execute data seeder:
php artisan db:seed
This project is licensed under the MIT License - see the LICENSE file for details.