Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
/ pingpong Public archive

πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ An easy contact manager.

License

Notifications You must be signed in to change notification settings

Thavarshan/pingpong

Repository files navigation

Pingpong

Pingpong is an easy contact manager web app with an API for thrid-party connections. You can view a demo of the application here.

Installation

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 http://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

Contributing

Thank you for considering contributing to Pingpong! You can read the contribution guide here.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

Pingpong is open-sourced software licensed under the MIT license.