Assignment 1 - CS6.301 Design and Analysis of Software Systems (DASS)
Spring 2023 - IIIT Hyderabad
Sriteja Reddy Pashya
A Reddit Clone in the MERN stack.
- 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