https://github.com/mouzong/springboot-crud-student-api
Springboot RestFul API with CRUD endpoints on a student management system
https://github.com/mouzong/springboot-crud-student-api
java-8 jpa jpa-entities jpa-hibernate jparepository postgresql-database rest-api spring-boot
Last synced: 1 day ago
JSON representation
Springboot RestFul API with CRUD endpoints on a student management system
- Host: GitHub
- URL: https://github.com/mouzong/springboot-crud-student-api
- Owner: mouzong
- License: mit
- Created: 2022-05-08T20:39:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-09T02:21:38.000Z (over 3 years ago)
- Last Synced: 2025-03-16T04:26:52.345Z (7 months ago)
- Topics: java-8, jpa, jpa-entities, jpa-hibernate, jparepository, postgresql-database, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Spring Boot Beginner class
This is a Spring Boot beginner class where I teach you how to get started with building Rest API's with java 8+ and Spring## Architecture

## Tech Stack
> `Java 11`
> `Springboot 2`
>`Spring Data JPA`
> `PostgreSQL`## Summary
This course teaches you how to how to build a complete CRUD rest api with Spring Boot from ground upand focuses on very important concepts used in real life software engineering projects. These include:
- Spring Boot Backend API
- Maven Build Tool
- Database connection using PostgreSQL
- Spring Data JPA
- Jar Packaging of your API
- Unit and Integration Testing
- Best practices ofr folder structure