This is product is a clone of the popular tech news site hackernews.com using GraphQL, React, the Apollo Client, and Prisma for backend deployment. You can see a live demo by clicking here.
This product was part of a tutorial created by Nikolas Burk at GraphCool.
You can find the full tutorial yourself here.
- Most-recent news feed
- Top sorted by vote score feed
- Search
- Authentication using JWT and GraphQL
- Feeds have pagination
- Voting and scoring
- Users can submit new links
- Navigate to the
server/
folder and runnodemon
ornpm start
. - From the root directory run
yarn install
andyarn start
.