Skip to content

michael-mb/Blog-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Michael Blog CMS

A small demo of the App : Click me

Personal Blog done with VUE and SpringBoot

This is a blog CMS developed with Vue JS and Spring boot with the following features:

  1. Login

  2. Logout

  3. Register

  4. Manage Users (Only the Admin)

  5. Delete Users (Only for the Admin)

  6. Add / Delete Article (For Admin and Moderator)

  7. Read Article (For all Users)

  8. Comment an Article (For all Users)

  9. Change / Reset Password (For all Users)

  10. Edit profile (For all Users)

  11. Delete your comment (For all Users but the Admin can delete for all Users)

INSTALLATION

To install and run this project follow these steps:

  1. Clone this repository

  2. Install Gradle Dependency

  3. Go to (src/main/frontend) and run "npm install" command to download frontend dependencies

RUN THE PROJECT

  1. Go to (src/main/frontend) and run "npm run serve". The app will start on port 8080

  2. Go to (src/main/java/com/auth/template/demo/) und start the Spring Boot Rest Api with "DemoApplication.java" as main class (The api will start on port 8090)

Default Users for Login

Default users

  1. You can find the default users in the TestUser.java class (src/main/java/com/auth/template/demo/scopes/user/entities/TestUser.java)

  2. You can also register and navigate on the App

Used Technologie

  1. Vue with Vuex(Store an state Management)

  2. Axios for the http Request

  3. Java Spring Boot for the Backend

  4. H2 Virtual Database with JPA

You can see all dependencies in :

  1. build.gradle file (Gradle Dependencies)

  2. frontend/package.json (Vue Dependencies)

App Sample

1

2

3

4

5