Coder Social home page Coder Social logo

together-mobile-social-network-mvvm's Introduction

Together

  • Together is a free mobile application based social network for connecting enthusiastic people who are willing to learn new skill or make an achievement to start their journey together.
  • Group is the umbrella where group members start learning something and monitor their productivity through group todo list and communicate using group chat.

Demo for the Application

Together App Demo

How To Use

Mobile App

  • Open project file then open Urls.java change that line to your local host IP
    public static final String API_URL = "http://192.168.1.7:8000/api/";
  • in ChatFragment.java change that line with your local host IP
    private String SERVER_PATH ="ws://192.168.1.7:3000";;

Backend server

  • Clone the object from TogetherBackendServer
  • Edit .env file set DB_NAME, DB_USERNAME, DB_PASSWORD to your mysql database info
  • Execute that command
    $ composer install package
  • Open AppServiceProvider.php class
    use illuminate\Support\Facades\Schema;
    // in boot() put that line below
    Schema::defaultStringLength(191);
  • Finally Excute those lines
    $ Php artisan key:generate  
    $ Php artisan migrate 
    $ Php artisan serve

Chat server

  • Clone the object from Chat-Server.git
  • Open command line in that directory and execute those commands
 $ npm i express
 $ Npm i mysql 
 $ Npm i websocket
 $ Node server.js

together-mobile-social-network-mvvm's People

Contributors

hosam11 avatar mahmoudfathy01010 avatar mohamed-elgharpawi avatar nahlasamir244 avatar

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.