Skip to content

Latest commit

 

History

History
37 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

37 lines (36 loc) · 1.05 KB

Social Network API

Purpose

Back-end for social media application.

Table of Contents

Built With

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • Insomnia

Installation

To install this application, the following steps must be taken:

  1. Install Node.js
  2. Clone this repository
  3. Access repository directory through terminal
  4. Install Express.js, and Mongoose by typing the following into the terminal:
npm install

Usage

To use this application, the following steps must be taken:

From the repository directory, in the terminal, type the following to start the server:

npm start

You are now able to test the API endpoints.

Walkthrough

Please click on the following image to view a demonstration of the application: screenshot of API routes tests

Contribution

Created by CSM