Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankitjain28may/social-media-review-platform
https://github.com/ankitjain28may/social-media-review-platform
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankitjain28may/social-media-review-platform
- Owner: ankitjain28may
- License: mit
- Created: 2017-07-14T13:36:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:23:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T06:10:31.150Z (7 months ago)
- Language: HTML
- Size: 3.23 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Social-Media-Review-Platform
[![Join the chat at https://gitter.im/ankitjain28may/Social-Media-Review-Platform](https://badges.gitter.im/ankitjain28may/Social-Media-Review-Platform.svg)](https://gitter.im/ankitjain28may/Social-Media-Review-Platform?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
It is a platform to keep an eye on all the posts shared, liked and commented by the people hired by you for marketing.
# Installation and Contribution
### Requirements :
1. PHP >= 7.0
2. MySQL
3. Composer
4. Laravel >= 5.4### Installation :
Fork and Clone this repo or download it on your local system.
Open composer and run this given command.
```shell
composer install
composer update
```After installing composer, Rename the file `.env.example` to `.env`.
```shell
cp .env.example .env
```Generate the Application key
```php
php artisan key:generate
```Migrate the database.
```php
php artisan migrate
```Set db credentials in `.env` and run the project.
Set Facebook and Twitter API keys in your .env file.
Run this project on localhost
```php
php artisan serve
```This project will run on this server:
```
http://localhost:8000/
```