Code Monkey home page Code Monkey logo

e6-node-js-red-social's Introduction

Red Social API

Develpment Url base: http://localhost:9000/api/v1

  • /auth

    • /login -> Login con las credenciales del usuario para autenticar
  • /posts

    • /me -> Mis propias publicaciones
    • /user/:id -> Publicaciones de usuarios en particular
    • /:id -> Una publicación en especifico
    • /:id/comments -> Los comentarios de una publicación en especifico
    • /:id/likes -> Los likes de una publicación en especifico
  • /follows

    • /:id -> Lista de usarios a los que sigo
  • /followers

    • /:id -> Lista de usarios que me siguen
  • /users

    • /:id -> Un usuario en especifico
    • /:id/follow -> Post - para seguir a un usuario
  • /users

    • /me -> Mi informacion de usuario
  • /users

    • /me/follows -> Lista de usarios a los que sigo
    • /me/followers -> Lista de usarios que me siguen
  • /posts

    • /:id -> Una publicación en especifico
    • /:id/likes -> Get para recoger estadística, post para dar Like
    • /:id/comments -> Get de toda la lista y post para agregar un comentario

Controllers Posts

  • findAllPosts
  • findPostById
  • createPost
  • updatePost
  • removePost
  • findMyPosts
  • findPostsByUser

Services Posts

  • getAllPosts
  • getPostById
  • postNewPost
  • patchPost
  • deletePost
  • getMyPosts
  • getPostsByUser

Controllers Follows

  • followUser
  • findMyFollowers
  • findMyFollowings

Services Follows

  • postFollower
  • getMyFollowers
  • getMyFollowings

Controllers Likes

  • findAllLikesFromPost
  • createLike (Togle)

Services Likes

  • getAllLikesByPost
  • postLike (Togle)

Controllers Comments

  • findAllCommentsFromPost
  • createComment
  • editComment
  • removeComment

Services Comments

  • getAllLikesByPost
  • postLike
  • patchComment
  • deleteComment

Swagger

Testing

e6-node-js-red-social's People

Contributors

eduardohelfer 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.