xensan-dev / not-my-space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not-My-Space

MIT license

User Story

AS A social media startup
I WANT an API for my social network that uses a NoSQL database
SO THAT my website can handle large amounts of unstructured data

Acceptance Criteria

GIVEN a social network API
WHEN I enter the command to invoke the application
THEN my server is started and the Mongoose models are synced to the MongoDB database
WHEN I open API GET routes in Insomnia for users and thoughts
THEN the data for each of these routes is displayed in a formatted JSON
WHEN I test API POST, PUT, and DELETE routes in Insomnia
THEN I am able to successfully create, update, and delete users and thoughts in my database
WHEN I test API POST and DELETE routes in Insomnia
THEN I am able to successfully create and delete reactions to thoughts and add and remove friends to a user’s friend list

Video Tutorial

Table of Contents

  1. title
  2. description
  3. installation
  4. usage
  5. license
  6. contributors
  7. tests
  8. questions

Installation

Use Git to install by using the SSH or HTTPS links`

Usage

node server.js

License

    This project is covered under the MIT license. To learn more about what this means, click the license button at the top.

Contributors

Tests

Questions

Have any questions about this project? Reach me here Xenon789

About

License:MIT License


Languages

Language:JavaScript 100.0%