Skip to content

TheFullResolution/blog-next-grapghQL

Repository files navigation

Blog Platform Project

This a basic Blog Platform proof of concept, where user can signup/login, create/edit/delete an article, like an article of other users, search all the articles (by title or author name).

The goal of the project was to implement technologies discussed and taught in Fullstack Advanced React and GraphQL course by Wes Bos.

You can check the project here: https://blog-graphql-frontend.herokuapp.com/

Primary Technologies used

The whole project is written in Typescript.

Frontend

Backend

Types are generated using Graphql Codegen.