8ctopotamus / reddit-clone-api

Node/Express reddit api clone - DevCoffee tut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Api Clone

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.

About

Node/Express reddit api clone - DevCoffee tut