Giter Club home page Giter Club logo

chatroom's Introduction

chatroom's People

Contributors

muniralsharif avatar nadeen-sh avatar saharadem avatar yousefqawasmeh avatar

Stargazers

 avatar

Watchers

 avatar

chatroom's Issues

Signup page

As a user i should be able to sign up to app.

sign up page

Acceptance criteria:

  • email, full name and password text inputs.
  • sign up button.
  • sign in anchor.

endpoint:

  • react-native route: /signup
  • api route: /api/signup

Login page

As a user, I should be able to login to my account.

sign up page

Acceptance criteria:

  • email and password text inputs.
  • login button.
  • sign up anchor.

endpoint:

  • react-native route: /login
  • api route: /api/login

chat room page

when the user login he should redirect to this page for :

messages chat

To see all messages in the chat room

endpoint :
  • frontend:/chat-room
  • backend: /api/all-messages

The user can chat and send messages also

endpoint:
  • backend: /api/one-message/userId

Profile Page

As a user, I should be able to visit my profile.

Acceptance criteria:

  • photo
  • user name
  • email

endpoint:

  • react-native route: /profile/userId
  • api route: /api/profile/userId

File Structure

-- client
   -- src
       -- components
       -- redux
          -- store
          -- reducers
          -- actions
       -- assets

-- server
   -- controllers
   -- Database
   -- midleware
   -- app.js
   -- server.js
   -- router.js
     

logout button

logout button in chat room page to logout and back to home page

Landing-page

As a user, I am taken to a landing page that introduces me to the app so I can signup and login to the app.

sign up page

Acceptance criteria:

  • Title.
  • descreption.
  • image.
  • login button.
  • sign button.

database

setup database files

database
    dbBuild.js
    dbBuild.sql
    dbConnection.js

Schema:

Screenshot from 2019-11-15 13-48-42

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.