Pingpong is an easy contact manager web app with an API for thrid-party connections. You can view a demo of the application here.
Please check the official Laravel installation guide for server requirements before you start. Official Documentation
Clone the repository
git clone https://github.com/Thavarshan/pingpong.git
Switch to the repo folder
cd pingpong
Install all the dependencies using composer
composer install
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Generate a new application key
php artisan key:generate
Run the database migrations (Set the database connection in .env before migrating)
php artisan migrate
Start the local development server
php artisan serve
You can now access the server at https://localhost:8000
TL;DR command list
git clone https://github.com/Thavarshan/pingpong.git
cd pingpong
composer install
cp .env.example .env
php artisan key:generate
Make sure you set the correct database connection information before running the migrations Environment variables
php artisan migrate
php artisan serve
Thank you for considering contributing to Pingpong! You can read the contribution guide here.
Please review our security policy on how to report security vulnerabilities.
Pingpong is open-sourced software licensed under the MIT license.