jamjoum / blogy

API REST : Comment CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blogy

Create a simple REST API to manage post's comments

Settings

  1. Create a MySQL database :
create database blogy
  1. Edit application.properties in src/main/resources so your configuration meets project requirements
server.port=8081
spring.datasource.url = jdbc:mysql://localhost:3306/blogy?serverTimezone=GMT&useLegacyDatetimeCode=false
spring.datasource.username = root
#uncomment to set password
##spring.datasource.password=

Run with Maven

mvn clean spring-boot:run

About

API REST : Comment CRUD


Languages

Language:Java 56.6%Language:HTML 22.6%Language:JavaScript 10.9%Language:CSS 10.0%