https://github.com/projectsandprograms/ideas
Ideas an social media application where users can share their ideas to everyone
https://github.com/projectsandprograms/ideas
artisan blade bootstrap5 composer ideas laravel10 mysql php social-media social-media-application social-network xampp
Last synced: 2 months ago
JSON representation
Ideas an social media application where users can share their ideas to everyone
- Host: GitHub
- URL: https://github.com/projectsandprograms/ideas
- Owner: ProjectsAndPrograms
- Created: 2024-02-05T23:37:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-25T10:50:34.000Z (8 months ago)
- Last Synced: 2025-02-01T05:41:11.726Z (3 months ago)
- Topics: artisan, blade, bootstrap5, composer, ideas, laravel10, mysql, php, social-media, social-media-application, social-network, xampp
- Language: PHP
- Homepage:
- Size: 24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ideas
Ideas an social media website, where users can share their ideas to everyone. [Click here to view a live demo](https://ideas.free.nf/)## Technolgies Used
1. PHP (8.2)
2. Laravel-10
3. Blade templating engine
4. MySQL database
5. Bootstrap 5
## Screenshots
### Users
![]()
![]()
![]()
![]()
![]()
![]()
### Admin
![]()
![]()
![]()
![]()
## HOW TO USE?
Step-1: **[Install Composer](https://getcomposer.org/)**
Step-2: **[Install PHP and MySQL OR simply xampp](https://www.apachefriends.org/download.html)**
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' -> createInstallation
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.