Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praem90/seolve-app
https://github.com/praem90/seolve-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/praem90/seolve-app
- Owner: praem90
- Created: 2022-03-07T10:57:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T05:51:12.000Z (17 days ago)
- Last Synced: 2024-12-09T06:30:09.363Z (17 days ago)
- Language: PHP
- Size: 1.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seolve
A simple social media management tool.
# Installation
Clone the repository
```sh
git clone https://github.com/praem90/seolve-app
cd seolve-app
```Install composer dependencies
```sh
composer install
```Copy `.env.example` to `.env`
```sh
cp .env.example .env
```Update the database credentials in the `.env` file
Generate the app key
```
php artisan key:generate
```Run the migration
```
php artisan migrate
```Serve the application
```
php artisan serve
```Visit http://localhost:8000/register to create an account
Login to the account created and add a company
## What Next?
Create develper account on Facebook, LinkedIn and Twitter/X
Get the application's clientId and secrets and update the respective
variables on the `.env` fileFollow this document for a detailed instructions
https://developers.facebook.com/docs/development/register/
https://developers.facebook.com/docs/development/create-an-app/server-to-server-apps
https://www.ayrshare.com/facebook-api-how-to-post-and-get-analytics-using-the-facebook-api/
https://www.getphyllo.com/post/linkedin-api-ultimate-guide-on-linkedin-api-integration
https://developer.x.com/en/docs/x-api/getting-started/getting-access-to-the-x-api