Skip to content

This is a back-end application providing APIs for a social network web application where users can share their thoughts, react to friends' thoughts, and create a friend list.

License

Notifications You must be signed in to change notification settings

heidiwu3388/Social-Network-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social-Network-API

This is a back-end application providing APIs for a social network web application where users can share their thoughts, react to friends' thoughts, and create a friend list.

Table of Contents

Demo

Please watch this video https://www.youtube.com/watch?v=RAhfnYqq0Yw for the demo of the application.

Installation

  1. Install MongoDB in your local machine, please refer to MongoDB documentation for installation procedures.

  2. Start with cloning this repo:

    $ git clone https://github.com/heidiwu3388/Social-Network-API.git
    
  3. Install all dependencies

    $ cd Social-Network-API
    
    $ npm install
    
  4. Seed the database (optional)

    $ npm run seed
    
  5. run the application

    $ npm start
    

Usage

Built With

  • Server:
    • Node.js
    • Express.js
  • Database:
    • MongoDB
    • Mongoose

License

GitHub license

About

This is a back-end application providing APIs for a social network web application where users can share their thoughts, react to friends' thoughts, and create a friend list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published