alex-bahena / Social-Network-API

NoSQL databases are widely used in real-time web applications and big data, because of their high scalability and high availability. This is an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. It is built on Express.js and uses Mongoose to interact with a MongoDB.

Home Page:https://www.youtube.com/watch?v=ZlPKFc937a8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social-Network-API

GitHub license

Table of Contents:

Prerequisites

  • Node.js
  • MongoDB

Installation:

You must install the following for this app to function:

To use this application, you will need to first clone this repository then once it is in cloned in your computer and you've open it in your source-code editor you will need to proceed to run the following commands

npm i - to install our dependencies

then we can run our application server with the following options:

npm start - to run our application server.

for Devs.

npm run watch  - to run the application server with nodemon

After this you can start using your REST client. For more please watch the following video by clicking on the Google Drive link down below.

Google Drive

YouTube

Usage:

Social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list..

Code Snippets

Quick Demo

Google Drive

YouTube Demo

Project License:

Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Collaborators:

Alejandro Bahena.

Tools:

JavaScript NodeJS MongoDB

Built with:

  "express": "^4.17.1",
  "moment": "^2.29.4",
  "mongoose": "^6.0.13"

Questions:

Github Profile: AlejandroBahSan

For aditional questions hmu by email: alejandro.bahsan@gmail.com

About

NoSQL databases are widely used in real-time web applications and big data, because of their high scalability and high availability. This is an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. It is built on Express.js and uses Mongoose to interact with a MongoDB.

https://www.youtube.com/watch?v=ZlPKFc937a8


Languages

Language:JavaScript 100.0%