Skip to content
/ blog Public

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

Notifications You must be signed in to change notification settings

SL0TR/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'