Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Readme file #12

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
# thejackfolio_db
This microservice is used as a layer above the database which can do all kind of operations on database

This microservice is used as a layer above the database which can do all kinds of db operations.
This is a part of my personal portfolio website.
The complete High Level Document will be added in all the repositories to understand the things in a better way.

#### Other repositories related to this project:

microservice-profession : https://github.com/Xaptured/microservice-profession

microservice-client : https://github.com/Xaptured/microservice-client

microservice-instagram : https://github.com/Xaptured/microservice-instagram

microservice-youtube : https://github.com/Xaptured/microservice-youtube

If you want to clone this repository and use it in your local, then **please follow these steps**.

#### Step 1:
Please go to the path src/main/java/resources and there you will find **keys_dummy.properties** file.

#### Step 2:
Rename the file from **keys_dummy.properties** to **keys.properties** and add your values accordingly.
You can also take reference from Google to fill the appropriate keys in the file.

#### Step 3:
Please select the appropriate environment like dev or prod in **application.properties**
which internally selects the appropriate profile and change the database values accordingly.

#### More Links:
Swagger UI: "http://localhost:{your-port}/swagger-ui/index.html"
H2-Console: "http://localhost:{your-port}/h2-console"


### Will be adding more information here if I add any new feature
13 changes: 13 additions & 0 deletions src/main/resources/keys_dummy.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#
# Copyright (c) 2023.
# Created this for the project called "TheJackFolio"
# All right reserved by Jack
#

ENCRYPTION_PASSWORD =
ENCRYPTION_ALGORITHM =
ENCRYPTION_ITERATIONS =
ENCRYPTION_POOL_SIZE =
ENCRYPTION_PROVIDER_NAME =
ENCRYPTION_SALT_GENERATOR =
ENCRYPTION_OUTPUT_TYPE =