Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 467 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 467 Bytes

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