Git Product home page Git Product logo

blog-cms's Introduction

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

blog-cms's People

Contributors

michael-mb avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.