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

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

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
```