Skip to content

ahnafshahrear/Thought-Space

Repository files navigation

Thought Space: A Blogging WebApp

Ahnaf Shahrear Khan - Computer Science & Engineering, University of Rajshahi

App Screenshots

Login Page

Registration Page

Homepage for Authenticated Users

Dashboard for Authenticated Users

Homepage for Guest Users

How to Install?

  1. Clone the project
  2. Navigate to the project's root directory using terminal
  3. Create .env file - cp .env.example .env
  4. Execute composer install
  5. Set application key - php artisan key:generate --ansi
  6. Execute migrations & seed data - php artisan migrate --seed
  7. Start Artisan server - php artisan serve