Git Product home page Git Product logo

backend-chat's Introduction

Datamodellering

Object Properties Datatype Beskrivning
User userId number
Username string
Password string
channels array Array med id för kanalerna användaren har tillgång till
Channel channelId number
name string
locked boolean
Message messageId number
channelId number id till kanalen meddelandet hör
userId number id till avsändaren
content string
timestamp number

API Endpoints

Name Method Endpoints Beskrivning
Users GET /api/users Hämta alla users
GET /api/users/:id Hämta specifik user med id
POST /api/users Skapa ny user
PUT /api/users/:id Ändra user
DELETE /api/users/:id Ta bort user
Channels GET /api/channels Hämta alla channels
GET /api/channels/:id Hämta specifik channel med id
POST /api/channels Skapa ny channel
PUT /api/channels/:id Ändra en channel
DELETE /api/channels/:id Ta bort en channel
Messages GET /api//messages Hämta alla messages i en channel
GET /api//messages/:id Hämta ett specifikt message med id
POST /api/messages Skicka nytt meddelande till en channel
PUT /api/messages/:id Ändra ett meddelande
DELETE /api/messages/:id Ta bort ett meddelande
GET /api/messages/channels/:id Hämta meddelanden från en kanal
Login POST /api/login Skicka login request

backend-chat's People

Contributors

forslunddavid avatar

Watchers

 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.