Skip to content

brandta-1/NoSQL-Social-Network-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoSQL-Social-Network-API

repository for challenge 11 NoSQL Social Network backend

Description

This is the backend code for a social media site's API. It stores user and post data via MongoDB. Users can create accounts, and then post their thoughts, as well as reactions to other user's thoughts, and add other users to their friends list.

Installation

Install packages:

npm i

(optional) Seed some starting data

npm run seed

Start the server:

npm run dev

Preview:

https://youtu.be/4kfSFNALDJ0

About

repository for challenge 11 NoSQL Social Network backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published