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

https://github.com/orlyohreally/money-manager

Angular 9 web-application to manage personal and family money expenses
https://github.com/orlyohreally/money-manager

angular angularmaterial express nodejs

Last synced: about 1 month ago
JSON representation

Angular 9 web-application to manage personal and family money expenses

Awesome Lists containing this project

README

          

# Money Manager

### Requirements

Node.js v10.15.3
npm 6.4.1

### Installation

Clone project
```
git clone https://github.com/orlyohreally/money-manager.git
```

Install the dependencies

```
npm install
```

Run Angular project

```
ng serve --proxy-config proxy.conf.json
```

The project will be available at http://localhost:4200.

## Built with

- [Angular 7](https://angular.io/) - front-end web app framework
- [Angular Material](https://material.angular.io) - Material Design components for Angular

## Authors

- **Orly Knop** - [orlyohreally](https://github.com/orlyohreally)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details