Mini-Twitter is a backend application that allow searching using tags
-
publish posts.
-
Users can log in - sign up.
-
Users can search using the closest results.
Before proceeding with the installation, ensure you have all prerequests requires by laravel on your system, you can download and install from the laravel guide
Also insure that you have docker installed on your machine Guidence
This install all images required for mongodb databases
docker pull mongo
docker run --name some-mongo -d mongo:tag
for postgres download using official guide
To use Medium-clone run
this will migrate(make all your databases needed)
php artisan migrate
this will run your application.
php artisan serve