/exchangeRate

Primary LanguageJavaScript

Hello! My name Artem Arshaniy and this is README for my test project.

For successfully start my project you must:

  1. open your command line and change directory - cd exchangeRate,
  2. in this directory install all dependencies - npm i and run PORT=3001 node bin/www(this is we run backend),
  3. after that change directory - cd client, install all dependencies - npm i and start frontend part npm start .

What I used for backend:

-Node.js -express.js

What I used for backend:

-React.js -Redux.js