Skip to content

Latest commit

 

History

History
executable file
·
22 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

executable file
·
22 lines (19 loc) · 415 Bytes

reddit-api-clone

Features

  • jwt authentication
  • scalable
  • Made Using Node.js MongoDB
  • Open to use
  • Best to build front-end, mobile apps, etc
  • comments on comments

How to run app locally

  • Download or fork the repo
  • run npm install
  • run npm start

Routes

  • /app
  • /signup
  • POST /post
  • GET /posts
  • GET /posts/:userId
  • POST /comment