Skip to content

rafacancian/rac-stocks-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAC Stocks

RAC Stocks is a system created to calculate the best stocks available in the market according to some filters and methods known and consolidated in the financial market.

Projetc created with multiple repositories

Steps

1 Create projects on Github

create rac-stocks
create rac-stocks-frontend
create rac-stocks-manager

2 Link projects

git remote set-url frontend https://github.com/rafacancian/rac-stocks-frontend.git
git remote set-url manager https://github.com/rafacancian/rac-stocks-manager.git

3 Add repositories to mainly project using SubTree

subtree add --prefix=rac-stocks-frontend/ frontend main
subtree add --prefix=rac-stocks-manager/ manager main