Skip to content

SilverTongue1729/Reddit-Clone-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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