Skip to content

Nabil-Salah/medium_clone

Repository files navigation

Medium Clone

Mini-Twitter is a backend application that allow searching using tags

Features

  • publish posts.

  • Users can log in - sign up.

  • Users can search using the closest results.

Installation

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

First databases pulling

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

Usage

To use Medium-clone run

this will migrate(make all your databases needed)

php artisan migrate

this will run your application.

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published