richardshu / reddit-clone

Reddit clone using the MERN stack

Home Page:https://reddit-clone-mern-stack.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Clone 🤡

Reddit Clone Screenshot

A reddit clone using the MERN stack.

I built this by following this wonderful tutorial.

Steps to run

  1. Run npm install inside the /client and /server folders
  2. Create an .env file under the /server folder and set 2 environment variables: PORT = 5000 and CONNECTION_URL = <YOUR_CONNECTION_URL>
    • Example connection URL = mongodb+srv://<USERNAME>:<PASSWORD>@cluster0.bccoe.mongodb.net/<DB_NAME>?retryWrites=true&w=majority
  3. Run npm start inside the /server folder
  4. Run npm start inside the /client folder

About

Reddit clone using the MERN stack

https://reddit-clone-mern-stack.netlify.app/


Languages

Language:JavaScript 90.8%Language:HTML 8.7%Language:Shell 0.3%Language:CSS 0.2%