Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ronylee11/meddit

[ MERN ] full-stack dynamic website, reddit clone
https://github.com/ronylee11/meddit

bootstrap css expressjs html javascript mern mongodb nodejs reactjs

Last synced: 7 days ago
JSON representation

[ MERN ] full-stack dynamic website, reddit clone

Awesome Lists containing this project

README

        

## 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
```