Skip to content

An API that can be used for a social media website, users can add thoughts and interact with each other.

Notifications You must be signed in to change notification settings

GabrielWarner/social-network-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network API

License: MIT

Description

In this application I built a backend API that mocks a social media website that lets you create a User and add thoughts to that user which would in comparison to creating a post on a social media site. You also have the ability to add reactions to thoughts which are mimiking comments on a social media post. In this application I used Express to build the API routes and Mongoose to setup the database and build schemas for the Models.

Video Walkthrough: https://drive.google.com/file/d/1tQVY3zqgmJL2pb9m3EROx2qsooWJNpeh/view

image

image

Table of Contents

Installation

In your local terminal make sure to run the following command to install depenencies.

npm i

Next run the following command to invoke the application.

node server.js

Usage

none

License

This project is licensed under the MIT license.

https://opensource.org/licenses/MIT

Contributions

none

Test Instructions

To run tests, run the following command:

none

Questions

https://github.com/gabrielwarner

For questions or business inquirys, please contact me through email: gabe0412@uw.edu

About

An API that can be used for a social media website, users can add thoughts and interact with each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published