Skip to content

albertgj/microblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microblog REST API Project


Make sure that you check first of all the Swagger Api Documentation: https://app.swaggerhub.com/apis-docs/albertgj/microblog/v2#/

To get swagger.json/swagger.yaml go to: /api/v2/swagger.json or /api/v2/swagger.yaml


Setup

  • First of all create a mysql database named "microblog"
  • Change in application.properties the username and password of the database if needed
  • Run clean and build
  • Finally run the project

Instructions

When the project starts two admin users will be created for testing purposes:

Username Password
admin1 root
admin2 root

To see how to register or login check the api documentation in the link above.

Releases

No releases published

Packages

No packages published

Languages