Skip to content

Keane97/springboot-backend-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-backend

Simple CRUD application using SPRING BOOT. Please note this project was run and hosted locally. (Use this as a template API)

Tools used:


Endpoint URL's


Create DB

Open a local instance of MySQL workbench and run the following script "create database ems"

create DB table

Ensure that the following code is present in your "application.properties" file

spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect 
spring.jpa.generate-ddl = true 
spring.jpa.hibernate.ddl-auto=update 

Dependancies


Project Architecture

There is currently no accessible frontend, so Postman was used to access the endpoints made available image

About

Simple CRUD application using SPRING BOOT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages