ProjectsAndPrograms / Ideas

Ideas an social media application where users can share their ideas to everyone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ideas

Ideas an social media website, where users can share their ideas to everyone.

Technolgies Used

  1. PHP (8.2)
  2. Laravel-10
  3. Blade templating engine
  4. MySQL database
  5. Bootstrap 5

Screenshots

Users

screenshots screenshots
screenshots screenshots
screenshots screenshots

Admin

screenshots screenshots
screenshots screenshots

HOW TO USE?

Step-1: Install Composer
Step-2: Install PHP and MySQL OR simply xampp
Step-3: open XAMPP start Apache server and MySQL database
Step-4: create database called 'ideas' : open browser -> search -> 'localhost/phpmyadmin' -> new -> under the database name type 'ideas' -> create

Installation

Clone the Repo:
> git clone https://github.com/ProjectsAndPrograms/Ideas.git
> cd Ideas
> composer install or composer update
> cp .env.example .env
> Set up .env file
> php artisan key:generate
> php artisan storage:link
> php artisan migrate:fresh --seed
> php artisan serve
http://127.0.0.1:8000/

setup your .env file correctly it contains database credentials

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Ideas an social media application where users can share their ideas to everyone


Languages

Language:PHP 75.1%Language:Blade 24.8%Language:JavaScript 0.2%