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

Changed UserRepository #7

Open
wants to merge 9 commits into
base: loginsignup_microservice
Choose a base branch
from
Open
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
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# stockexchange
Case study - stockexchange
# stockmarket
Case study - stockmarket

This is the master branch for the Case study.
Individual branches would be created for each microservice.

Individual branches are created for each microservice.

1) companydetails microservice (handles getting company details, comparison among company details, gettinga and adding IPO details etc.)
2) loginsignup microservice (handles login/ sign up for admin and user)
3) stockexchangedetails microservice (handles getting stock exchange details)
4) sectordetails microservice (handles getting the sector details, comparison details among sectors etc.)
5) stockpricedetails microservice (handles the uploading of stock price details)

Naming convention followed:

com.wellsfargo.stockmarket.micro-servicename . <controller/service/entity/repository> . classname

Example: com.wellsfargo.stockmarket.companydetails.controller.CompanyController.java