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
- Host: GitHub
- URL: https://github.com/epranka/currency-exchange-app
- Owner: epranka
- Created: 2020-07-07T12:36:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T17:32:08.000Z (over 5 years ago)
- Last Synced: 2025-01-25T06:11:30.834Z (9 months ago)
- Topics: angular, cloud, currency, docker, eur, exchange, google, ils, node, rate, typescript, usd
- Language: JavaScript
- Homepage: https://exchange.pranka.lt
- Size: 728 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Exchange the rate
The currency exchange application in Angular.js and Node.js
> Check live version: [exchange.pranka.lt](https://exchange.pranka.lt/)
![]()
## 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.