An open API service indexing awesome lists of open source software.

https://github.com/aziz-mina/directions

💫 Directions is a social network app for discussing every life topics such as Reddit ( Laravel , Livewire )
https://github.com/aziz-mina/directions

laravel livewire mysql php social social-network tailwindcss

Last synced: over 1 year ago
JSON representation

💫 Directions is a social network app for discussing every life topics such as Reddit ( Laravel , Livewire )

Awesome Lists containing this project

README

          


lightlogo
dark logo



Version


Laravel

# Directions

Social network app for discussing every life topics such as Reddit ( Laravel , Livewire )

## Live Demo

My-Directions.Me (Soon)

## Languages and Technologies used:


 
 
 
 
 
 

## Installation:

1. Clone the repo or download it and get into it
2. Run `composer install`
3. Run `npm install`
4. Rename or copy `.env.example` file to `.env`
5. Setup your database and email in `.env` file.
6. Run command `php artisan key:generate`
7. Run command `php artisan migrate:fresh --seed` to seed data
8. Add Your SMTP Configurations in `.env` file
9. Run command `php artisan serve`
10. Browse `localhost:8000` in your browser

## Login Data:

Admin:

`Email: admin@admin.com`

`password : admin`

User:

`Email: user@user.com`

`password : user`

## ScreenShoots From Project:

## Todo in next Version:

1. Elastic Search
2. Moderators for communities
3. Chat between users