https://github.com/augustoscher/my-money-app
App to manage payments cicles. Backend running node.js and Frontend running React/Redux
https://github.com/augustoscher/my-money-app
docker-compose make nodejs react react-redux redux redux-thunk webpack
Last synced: 4 months ago
JSON representation
App to manage payments cicles. Backend running node.js and Frontend running React/Redux
- Host: GitHub
- URL: https://github.com/augustoscher/my-money-app
- Owner: augustoscher
- Created: 2019-06-25T11:24:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T12:10:48.000Z (over 3 years ago)
- Last Synced: 2025-01-19T05:52:25.540Z (over 1 year ago)
- Topics: docker-compose, make, nodejs, react, react-redux, redux, redux-thunk, webpack
- Language: JavaScript
- Size: 642 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Money App
## Commands
```bash
$ make run # Starts the application
$ make stop # Stops the application
$ make rebuild # Rebuild and start the application
$ make setup # Install dependencies
$ make test # Run tests on docker container
```