Skip to content

WDverse/Social-Network-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network API

Description

This is a backend application built for a Social Network Application, using Node.js, Express.js, MongoDB and Mongoose. The application allows the user to view, post, update and delete information in the social network database using Insomnia.

Table of Contents

Installation

To install neccessary dependencies, run the following command in your terminal:

npm i

To download Insomnia:

Download Insomnia

Usage

First, clone the repository. And run:

npm i

to install all dependencies.

Then set environment variables.

To start the application, run the following in your terminal:

npm start

Open Insomnia and use the respective API routes to GET, POST, UPDATE or DELETE an item in the database.

License

N/A

Credit

AskBCS tutors

Added comments with the help of ChatGPT

Deployment

The following video shows the application's functionality:

Walkthrough Video

References

Bootcamp course material

Mongoose Validation

About

Backend application for a Social Network App. Allows account and posts creation, users can add friends and comments to posts, and delete accounts. Built on MongoDB, Mongoose, Node.js and Express.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors