Skip to content
forked from Khanhs3043/ktl

Student PHP sample project for trying out Dev Containers Phenikaa University

License

Notifications You must be signed in to change notification settings

nglthu/XuanKhanh_Linh_QuynhTrang

 
 

Repository files navigation

About us

We're all from PHENIKAA UNIVERSITY

About our project

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

Main functions include:

  • account management
  • Manage personal page
  • Manage friend requests and friends
  • Group management
  • Task management
  • Appointment management (in development)

How to deploy - Local Development

Clone the Repository:
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

Our product: Link website

Some picture about our website

Login, register

Home page


Search


Task


Group

About

Student PHP sample project for trying out Dev Containers Phenikaa University

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.9%
  • Blade 32.3%
  • CSS 13.7%
  • JavaScript 1.8%
  • Dockerfile 0.3%