Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ronylee11/meddit
- Owner: ronylee11
- License: gpl-3.0
- Created: 2023-08-29T07:25:06.000Z (over 1 year ago)
- Default Branch: prod
- Last Pushed: 2024-04-13T14:45:52.000Z (8 months ago)
- Last Synced: 2024-04-14T04:46:44.491Z (8 months ago)
- Topics: bootstrap, css, expressjs, html, javascript, mern, mongodb, nodejs, reactjs
- Language: HTML
- Homepage: https://meddit.onrender.com
- Size: 254 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```