Skip to content

lipiridi/db-constructor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DB Constructor

Try it - https://db-constructor.herokuapp.com

It's a web application that allows you to configure the database in a user-friendly interface. That is, you can create a table, add the necessary requisites to it, and then fill it with records. All tables are actually created in the database (app sends native queries instead of you). The logic and idea are borrowed from the salesforce platform.

Additionally, a REST API interface has been implemented. Here is the documentation

How to start:

You can connect any database and choose any provider.

To start, change connection properties here src/main/resources/application.properties

Stack:

  1. Java 17
  2. Spring Boot, Web, JDBC, JPA, Security
  3. Hibernate
  4. PostgreSQL
  5. JUnit
  6. Thymeleaf
  7. Jackson
  8. Bootstrap
  9. Little JS and jQuery 😄

Images:

Click to open

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages