8000 GitHub - galoberlyn/react_demo_blog: A simple react blog that consumes Pushshift API using a service
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

galoberlyn/react_demo_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Simple Blog

A react app the integrates with pushshift via an api

Created using React, Node.js and Postgresql.

Demo

You can watch the demo here

Installation/Run locally

Assuming you have already installed postgresql with default config and node.js

Install my-project with yarn and node >= 14.20

For app:

  cd pushshift_app
  yarn start

For service

  • in postgres, create a database named pushshift
  • edit the config/config.json file in pushshift_gateway

Installing

  cd pushshift_gateway
  yarn
  yarn migrate
  yarn develop

Features

  • Reddit pushshift API sync with subreddt - jwst
  • Add to post to favorites
  • Remove post to favorites

About

A simple react blog that consumes Pushshift API using a service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0