SL0TR / blog

A full stack blog application built with React and Node(NestJS) and MongoDB

Home Page:https://sl0tr.github.io/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blog

A blog site built with React and Node

Posts page

Post Editor

Features

  • User authentication with JWT
  • Create, Edit, and View posts with Wysiwyg editor
  • View list of posts by all authors
  • View author list and view posts of specific author
  • Server-side pagination

Application structure preview

.
├── blog-web                # Blog web built with React
├── blog-api                # Blog API built with Node

Getting Started

Go into each folder and follow the instructions in README.md

Demo Credentials

After you have the backend seeded and a running react app, use below credentials to login, or you can create your own account.

  • Username: 'johndoe'
  • Password: 'password'

About

A full stack blog application built with React and Node(NestJS) and MongoDB

https://sl0tr.github.io/blog


Languages

Language:TypeScript 66.8%Language:JavaScript 30.5%Language:HTML 1.9%Language:CSS 0.8%