reddit-clone-api icon indicating copy to clipboard operation
reddit-clone-api copied to clipboard

Reddit Api Clone - (Part 1)

This repo is for a series called 'Build a Reddit API Clone' You can follow this YouTube series at Build a Reddit API Clone - Part 1.

Prerequisites

  1. Basic understanding of how Node.js, Express.js, and MongoDB.
  1. A running instance of MongoDB
  1. Download Postman to test and work with our API - Postman Download

  2. Clone this repo, run npm install, open repo in your text editor of choice, and run npm start now we're ready to go!

Bonus: Look over the Mongoose documentation.