Skip to content

ronylee11/meddit

Repository files navigation

Project: Meddit

A MERN full stack reddit-like forum application

Pre-requisites

You will need npm, nodejs, MongoDB

Build Instructions

Clone the repository

git clone https://www.github.com/ronylee11/meddit.git

Install node_modules

cd meddit
npm i

Start the website

node index.js

[Optional] Auto-reload using nodemon
Install it globally (might need sudo privileges)

sudo npm i -g nodemon
nodemon index.js