A blog site built with React and Node
- 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
.
├── blog-web # Blog web built with React
├── blog-api # Blog API built with Node
Go into each folder and follow the instructions in README.md
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'