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 )
- Host: GitHub
- URL: https://github.com/aziz-mina/directions
- Owner: aziz-mina
- Created: 2022-10-26T18:16:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T16:51:42.000Z (over 3 years ago)
- Last Synced: 2024-07-29T19:11:24.749Z (almost 2 years ago)
- Topics: laravel, livewire, mysql, php, social, social-network, tailwindcss
- Language: CSS
- Homepage:
- Size: 5.49 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directions
Social network app for discussing every life topics such as Reddit ( Laravel , Livewire )
## Live Demo
## 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