Skip to content

Abhiek187/makereddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

makereddit

A Make School clone of Reddit

sample room

How to Run

  1. Clone this repository.
  2. Create a .env file with the following content, where YOUR_USERNAME and YOUR_PASSWORD are your MongoDB credentials:
MONGO_USERNAME=YOUR_USERNAME
MONGO_PASSWORD=YOUR_PASSWORD
  1. npm install
  2. npm start
  3. Go to localhost:3000.