Skip to content

simon-vajda/blog-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Blog Application

This is a fullstack blog web application using the following technologies:

  • React JS
  • Material UI
  • Spring Framework
  • Json Web Token based authentication
  • PostgreSQL
  • Microsoft Azure
  • GitHub Actions CI/CD

Functionality

  • Login and Registration (form validation)
  • View blog posts and comments (both with pagination and infinite scroll)
  • Create, edit and delete posts and comments
  • User permissions
    • Unauthenticated visitors can view the posts and comments
    • Create, edit and delete actions require a logged in user
    • Only the same user can edit/delete an item who created it
    • Users with ADMIN role can edit/delete anything

You can try it out here (Hosted on my NAS using Docker. My Azure subscription expired)

Frontend repo

https://github.com/simon-vajda/blog-client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published