Skip to content

ckisi/social-network-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Network API

Description

This is an API for a Social Network app. It's meant to be implemented with a front end to create a full social media website. It includes all of the basics for a social network backend. It uses NoSQL structure with MongoDB, so it can handle large amounts of unstructured data. The database has users, thoughts (posts), and reactions (comments).

Usage

Download, install with npm i, and start the server with npm start. It can read, create, update, and delete a user. It can also read, post, update, and delete a thought. It also has a friends feature where you can add a user to other users as their friend. There are comments on thoughts called "reactions", which allow users to comment on other user's thoughts.

Technologies

  • Node.js
  • Express
  • MongoDB

Screenshots

Links

Credits

Xpert Learning Assistant

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors