An open API service indexing awesome lists of open source software.

https://github.com/epranka/currency-exchange-app

The currency exchange application in Angular.js and Node.js
https://github.com/epranka/currency-exchange-app

angular cloud currency docker eur exchange google ils node rate typescript usd

Last synced: 7 months ago
JSON representation

The currency exchange application in Angular.js and Node.js

Awesome Lists containing this project

README

          

Exchange the rate

The currency exchange application in Angular.js and Node.js



twitter badge


linkedin badge


dev.to badge


medium badge


> Check live version: [exchange.pranka.lt](https://exchange.pranka.lt/)


exchange the rate application animation

## Development server

Run `npm run dev` for a Angular.js development server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.

Run `npm run server:dev` for a Node.js server

Angular.js development server API's requests are automatically proxied to the Node.js server.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.

## Running server unit tests

Run `npm run server:test` to execute the unit tests on Node.js server.

## Running front-end tests

Front-end tests are not available at this moment.