Skip to content

build an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list.

Notifications You must be signed in to change notification settings

Cesar-Infante/Social-Network-API

Repository files navigation

Social Network API

For this challenge creating social network API endpoints using MongoDB and Mongoose was definitely interesting but seeing the correlation with MySQL made it understandable! Building out models, and controllers, and modularizing the routes even further has helped to see the whole process of a backend application and how they work together.

to test this application the user can utilize their desired API testing tools some popular ones are Insomnia or Postman, to send various HTTP requests to the server, which will modify the MongoDB database! Check out the video demo for a demonstration of how it is done.

img1

Table of Contents

Installation

Dependencies

npm install

NoSQL

requires MongoDB && Node.js

Start Application

nodemon index.js || node index.js

Technologies

Issues

Creating and deleting reactions have some issues not getting the correct route, could be URL or id values.

Deployed

Deployed URL: Deployed-App

Video Demo: Video-Demo

Questions

If you have any questions or want to connect please contact me below:

Github: Cesar-Infante

Email: cesar261110@gmail.com

LinkedIn: Cesar-Infante-LinkedIn

Licenses

This project falls under the following license(s):

License

About

build an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published