This open source project was made with:
- Laravel 8
- Sanctum
- PHPunit
- ElasticSearch
- 100 %Code Coverage
- API documentation
- To run this project, you must have PHP 7 installed.
Begin by cloning this repository to your machine, and installing the Composer dependencies.
git clone https://github.com/lupanvi/react-twitter-backend.git
cd react-twitter-backend
composer install
php artisan key:generate
php artisan migrate --seedNext, boot up the php server that comes with Laravel
php artisan serve --host localhostIn order to work properly, your frontend requests must point to the same main domain