Git Product home page Git Product logo

friend-management's Introduction

friend-management-api

Tech

Express.js + mongoose+docker-compose

Sample APIs

/friend

Create friend connection when target friend isn't in the block list. After establishing connections, friends will subscribe and follow each other as well.

/friend/list

Retrieve the friends list for an email address.

/friend/common

Retrieve common friends list between two email address.

/subscribe

Subscribe to updates from an email address. Requestor will show in target's follower list. Target will show in requestor's subscribe list.

/block

Block updates from an email address. Target will show in requestor's block list. If requestor subscribed target, target will be removed from subscribe list.

/recipient

Retrieve all email addresses that can receive updates from an email address. If send mention target's email in the text, then target's email will show in the requestor's follower list.

How to run

  • sudo docker-compose build
  • sudo docker-compose up

Test API

  • Data is in user.json
  • Support all samples api tests appearing in requirement

Release limitation

  • Didn't write unit tests.

friend-management's People

Contributors

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