Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 802 Bytes

SiteWrite | A simple blog website made with Next.js

A simple blog application made with Next.js. A typical blogging site needs a good SEO for each article page so Next.js was used rather than React.js for server side rendering to load the html docs for search engine bots to scrape the contents of the website. GraphQL was used for easily fetching the exact amount of data needed. MongoDB was used for simplicity of structuring the data as the data classes do not have many complex relationships between each other and a denormalized dataset can be used.

Live Demo

homepage

Tech Stack

  • Next.js
  • GraphQL
  • Apollo
  • MongoDB
  • Tailwind CSS

Getting Started

  1. Install dependencies
yarn
  1. Start application
yarn dev