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
- Host: GitHub
- URL: https://github.com/orlyohreally/money-manager
- Owner: orlyohreally
- License: mit
- Created: 2019-05-09T10:38:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:36:34.000Z (over 3 years ago)
- Last Synced: 2023-03-06T15:39:54.831Z (about 3 years ago)
- Topics: angular, angularmaterial, express, nodejs
- Language: TypeScript
- Homepage: https://family-expenses.herokuapp.com/
- Size: 26.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 62
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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