Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 667 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 667 Bytes

YOU.invest

Aplicação com histórico de seus investimentos.

prist

Installation

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

Contributing

  1. Fork it (https://github.com/gellys/youinvest/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request