Skip to content

rufans/social_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

social_network

Test project with microservices architecture (Spring Boot, Spring Cloud, Docker)

User service setup:

  1. create db users social_user social_user_password (change me)

social_user_test social_user_test_password (change me)

  1. create databases that owned by above users: social_user_service (social_user user) social_user_service_test (social_user_test user)

  2. setup next system variables (change values to appropriate): DB_HOST = localhost DB_PORT = 5432 US_DATABASE = social_user_service US_DB_USER = social_user US_DB_PASSWORD = social_user_password


Post service setup:

  1. create db users social_post social_post_password (change me)

social_post_test social_post_test_password (change me)

  1. create databases that owned by above users: social_post_service (social_post user) social_post_service_test (social_post_test user)

  2. setup next system variables (change values to appropriate): DB_HOST = localhost DB_PORT = 5432 PS_DATABASE = social_post_service PS_DB_USER = social_post PS_DB_PASSWORD = social_post_password


Like service setup:

  1. create db users social_like social_like_password (change me)

social_like_test social_like_test_password (change me)

  1. create databases that owned by above users: social_like_service (social_like user) social_like_service_test (social_like_test user)

  2. setup next system variables (change values to appropriate): DB_HOST = localhost DB_PORT = 5432 LS_DATABASE = social_like_service LS_DB_USER = social_like LS_DB_PASSWORD = social_like_password


Postman collection to test API: https://www.getpostman.com/collections/8af0e4708cf549f0fcfb

About

Test project with microservices architecture (Spring Boot, Spring Cloud, Docker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages