Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 855 Bytes

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'