Skip to content

A rest api blog app in spring boot using Spring Security, JWT, Mysql, Hibernate/JPA

License

Notifications You must be signed in to change notification settings

tegaistega/blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog - api

This is a blog app. It allows users signup, create posts, make comments, update images and more.

Backend

  • Spring Boot
  • Spring Security
  • Hibernate
  • Database

  • MySQL
  • Build Tool

  • Maven 3.3.9
  • Features

  • Content: post, comment, category, album, tag, todo
  • User: roles, profile, avatar, email confirmation, address, geolocation
  • How It Works

  • Database Setup
  • Before deployment, please make sure MySQL database is up and running:
  • Default schema name is blog-api

    You can also edit database configuration in src/main/resources/application.properties on your own.

    Run with Maven:

    git clone https://github.com/tegaistega/blog-api.git cd blog-api mvn spring-boot:run Server can be accessed on http://localhost:8080.

    About

    A rest api blog app in spring boot using Spring Security, JWT, Mysql, Hibernate/JPA

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages