Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 531 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 531 Bytes

Greddiit - Reddit Clone in MERN

Assignment 1 - CS6.301 Design and Analysis of Software Systems (DASS)
Spring 2023 - IIIT Hyderabad
Sriteja Reddy Pashya

Greddiit Logo

A Reddit Clone in the MERN stack.

Build

  • run npm i in the frontend and backend folders
  • run npm start in the both the frontend and backend folders
  • open localhost:3000 and the website should be visible

changed from .env to hardcoded string in connectDB.js, auth.js, User.js in models