We're all from PHENIKAA UNIVERSITY
This is a personal information management website that aims to provide users with a flexible and convenient platform to organize and manage daily personal activities.
The website allows users to register and create personal profiles, similar to a blog, where they can share and update information about themselves.
Detailed project documentation is here
The API documentation is here
- account management
- Manage personal page
- Manage friend requests and friends
- Group management
- Task management
- Appointment management (in development)
git clone https://github.com/Khanhs3043/ktl.git
cd mystory
Install Dependencies:
composer install
npm install
Set Up Environment Variables:
cp .env.example .env
php artisan key:generate
Configure Database Settings:
Edit the .env file to match your local database settings.
Run Migrations and Seed the Database:
php artisan migrate --seed
Start the Local Development Server:
php artisan serve
Visit the Application:
Open your browser and navigate to http://localhost:8000