Aplicação com histórico de seus investimentos.
Inicie a api fake:
cd api
npm run start
Inicie a aplicação:
cd ..
cd youinvest
npm start
Rodar a api fake:
cd api
npm run test
- Fork it (https://github.com/gellys/youinvest/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request