Skip to content

This project created for "Object-Oriented Programming. | Khaimuldin Askar" course. Focused on controlling Users from Database which is Postgres...

Notifications You must be signed in to change notification settings

nurashi/User-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-Controll-System

CodeQL

image

This project created for "Object-Oriented Programming. | Khaimuldin Askar" course. Focused on controlling Users from Database which is Postgres...

Resources for Interation 2: https://reflectoring.io/bean-validation-with-spring-boot/ https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api https://medium.com/@aedemirsen/spring-boot-global-exception-handler-842d7143cf2a

Required Tools Installation

  1. Download and install Spring Boot:

  2. Download and install PostgreSQL:

Project Setup

  1. Clone the repository:

    git clone https://github.com/your-repo-name.git
    cd your-repo-name
  2. Configure the application.properties file: Locate the application.properties file in the src/main/resources folder and set your PostgreSQL configuration:

    spring.datasource.url=jdbc:postgresql://localhost:5432/your_database_name
    spring.datasource.username=your_username
    spring.datasource.password=your_password
    
    

Usage

You can use application using any HTTP client or use Swagger at /swagger-ui/index.html

About

This project created for "Object-Oriented Programming. | Khaimuldin Askar" course. Focused on controlling Users from Database which is Postgres...

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •