Giter Site home page Giter Site logo

aziz-mina / directions Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 5.62 MB

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

Shell 0.15% PHP 27.19% CSS 47.34% JavaScript 0.57% SCSS 0.05% Blade 24.69%
laravel livewire mysql tailwindcss php social social-network

directions's Introduction

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: [email protected]

password : admin

User:

Email: [email protected]

password : user

ScreenShoots From Project:

Todo in next Version:

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

directions's People

Stargazers

 avatar JAYABIE avatar  avatar Ramon Guilherme avatar Younes ENNAJI avatar Mina Aziz  avatar

Watchers

Mina Aziz  avatar JAYABIE avatar

directions's Issues

Hello Isaac

Would like to ask
When will you add the admin panel and moderators and chat system

Will there be karma implementation

SQLSTATE[42S02]: Base table or view not found

receiving this the below error when running: php artisan key:generate

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'radit.communities' doesn't exist (SQL: select `communities`.*, (select count(*) from `posts` where `communities`.`id` = `posts`.`community_id`) as `posts_count` from `communities` 
order by `created_at` desc limit 4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.