Giter Club home page Giter Club logo

reddit-clone's Introduction

weddit

Full stack reddit clone built with React, Redux, Node.js, Express, and PostgreSQL.

Deployed at https://weddit.netlify.app/

Note: The backend is hosted on heroku free tier (https://weddit-backend.herokuapp.com/), which may lead to slow cold starts.

Features

  • JWT authentication
  • Create, update, and delete posts and comments
  • Upvote/downvote posts and comments
  • Nested comments threading
  • Home page feed (front page)
  • Subreddit specific feed
  • Create subreddits
  • Light and dark mode
  • ... and more to come!

Screenshots

Comments page for a post

Installation

  1. Clone this repository
git clone https://github.com/tacticaltofu/reddit-clone.git
cd reddit-clone
  1. Install backend dependencies
cd backend
npm install
  1. Install frontend dependencies
cd frontend
npm install
  1. Create config folder in the backend
cd backend
mkdir config
  1. Configure environment variables. Create a dev.env file in the config folder, and paste the following (filling in your own postgres password and JWT secret)
PORT=5000
PG_HOST=localhost
PG_PORT=5432
PG_DBNAME=reddit-clone
PG_USER=postgres
PG_PASSWORD=<YOUR_PASSWORD>
JWT_SECRET=<YOUR_SECRET>

  1. Create a postgres database named 'reddit-clone'

  2. Run the database migrations

cd backend
npm run db-migrate up

Usage

  1. Start server
cd backend
npm run dev
  1. Start client
cd frontend
npm start

reddit-clone's People

Contributors

puzzlerush avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.