3roses / social-network-api_no-sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB

Description

An application that creates, reads, updates, and deletes users, thoughts, and reactions to thoughts in a mongo database. The app can also add and remove a friend from a user.


Table of Contents

  1. Installation
  2. Usage Information
  3. Contribution Guidelines
  4. Test Instructions
  5. Questions
  6. License

Installation

Command Line Instructions

  • Install node dependencies (npm install)
  • Create and seed the database (npm run seed)
  • Start the application (npm run start)

Usage Information

This program's intended purpose is to provide a social media platform with the ability to add, update, or delete the necessary items from their website as the users wish.

Contribution Guidelines

  • Report any bugs to the email below.
  • If your code is complicated, use comments.
  • Any major changes must be approved by the repo-manager.
  • Be respectful.

Test Instructions

There are no tests creaeted for this app.

Screenshot and Walkthrough Videos

Screenshot of insomnia

Licenses

  • The MIT License

Questions

About

License:MIT License


Languages

Language:JavaScript 100.0%