Code Monkey home page Code Monkey logo

urmessages's Introduction

Message interface

๐Ÿ“– Table of Contents

Intro

UrMess@ges is a message interface project based on Next.js + Jest create-next app starter example. This interface displays and allow to send messages. See more info in section about the way it works so far


Install, Run and Test

๐Ÿ‘‡ Install

In your terminal:

yarn install

๐Ÿ‘Ÿ Run

In your terminal:

yarn run dev

๐Ÿงช Test

In your terminal:

npm run test

๐Ÿ‘‰ The way the project works so far

  • ๐Ÿ”นFEATURES:

    • Display messages
    • Send Public or Private message in dedicated feeds
    • Create a thread from a Public or Private Message
    • Connect / Disconnect from a specific userId (NB: UI Matter only)
  • ๐Ÿ”นFAKE DATABASE:

    • The fake database is initialized with json files in ./src/fakeServerData
    • The session of the project uses an instance of a fake database based on data coming from json files. โœ๏ธ NB : On starting or refreshing the project the instance of database is reset to default one.
  • ๐Ÿ”นAPI:

    • It uses the built in Next.js dynamic API routes functionality. So the API possibilities are located in directory ./src/pages/api
    • It allows to POST and GET messages by type (private or public)
    • It allows to GET a specific message and POST messages related as a thread
  • ๐Ÿ”นAUTHENTICATION:

    • The connection functionality is linked to a specific userId.
    • API: connection part is built for example purpose of the UI when connected or disconnected and the behavior on protected pages.
    • API: There is no check for userId requesting nor cookie so far. NB: Refreshing the app disconnect the user.
  • ๐Ÿ”นPROTECTED COMPONENT / PAGES

    • Private type of page or related components are protected, meaning you can't reach them if you are not connected.

urmessages's People

Contributors

yedrup avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.