All Projects → tamalweb → reddit-clone-20

tamalweb / reddit-clone-20

Licence: other
Reddit Clone MVC app made with React.js, Node.js, Express.js & MongoDB

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Reddit Clone

Reddit Clone MVC app made with React.js, Node.js, Express.js & MongoDB

Live Demo

Video Demo (in case the live site is broken)

Backend code

Reddit Clone

To run the project

Download the fronend source code:

git clone https://github.com/tamalweb/reddit-clone-20.git

Download the backend source code:

git clone https://github.com/tamalweb/reddit-clone-20-backend.git

Go to each of the directories and install the dependencies:

npm install

Run the backend:

npm run dev

Run the frontend:

npm start

The app will start on localhost:3000 and the backend server will run on localhost:8080

See the backend code for specific instructions on running the backend server.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].