Skip to content

A project database setup created in a spring-boot environment includes object saving, object reading, object querying, object deletion.

Notifications You must be signed in to change notification settings

Aliihsanhashas/studentApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

studentApplication

In this project, we created and dockerized a student CRUD (Create, Read, Update, Delete) application using Java, Spring Boot, PostgreSQL and Docker.

Running the Project

You can get the project up and running by running these commands.

  1. git clone https://github.com/Aliihsanhashas/studentApplication.git
  2. cd
  3. docker-compose up

This way, you can pull the project from github and review it.

You can build the image, pull the postgresql image and run docker.

  1. docker build -t my -spring-app .
  2. docker pull postgres # version latest
  3. docker run -p 8080 : 8080 my -spring-app

If you want to see detailed step-by-step instructions on how to run the project and API tests, you can review the article I wrote about the project.

English:

https://medium.com/@aliihsanhashas1/student-registration-application-with-spring-boot-postgresql-and-docker-582bda7f1dd8


If you want to watch the video I made about the project :

https://www.youtube.com/watch?v=DGa7htxj3hY


Bu projede Java, Spring Boot, PostgreSQL ve Docker kullanarak bir öğrenci CRUD (Oluştur, Oku, Güncelle, Sil) uygulaması oluşturup dockerize ettik.

Projeyi Ayağa Kaldırma

Projeyi bu komutları çalıştırarak ayağa kaldırabilirsiniz.,

  1. git clone https://github.com/Aliihsanhashas/studentApplication.git
  2. cd
  3. docker-compose up

Bu şekilde projeyi Github’dan çekip inceleyebilirsiniz.

İmajı build edip,postgresql imajını çekip docker’i run edebilirsiniz.

  1. docker build -t my -spring-app .
  2. docker pull postgres # version latest
  3. docker run -p 8080 : 8080 my -spring-app

Turkish:

https://medium.com/@aliihsanhashas1/java-spri̇ng-boot-student-crud-application-3ca2fe53282b


Proje hakkında çektiğim videoyu izlemek isterseniz :

https://www.youtube.com/watch?v=DGa7htxj3hY

About

A project database setup created in a spring-boot environment includes object saving, object reading, object querying, object deletion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published