frye / socialAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social network backend API

Description

This basic social network backend API has been developed using node.js. It uses express, mongoose, validator and moment libraries. On top of the very basic delete user functionality, I also implemented removing the deleted user from all friends lists and deleting all thoughts associated with the user.

License

License: MIT

Table of contents

Installation

  • Clone the repo
  • Run npm i to install dependencies
  • Run node server.js to launch the application

How to use

This is a backend API implementation, so once the application is started you would connect to it with something like postman or insomnia clients. See the video walkthrough of the usage examples.

image

More information:

About

License:MIT License


Languages

Language:JavaScript 100.0%