Skip to content

Latest commit

 

History

History
108 lines (89 loc) · 3.45 KB

README.md

File metadata and controls

108 lines (89 loc) · 3.45 KB

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