https://github.com/jpsierens/budget
App for managing budgets
https://github.com/jpsierens/budget
expect mocha mongo mongoose react redux redux-saga
Last synced: 3 months ago
JSON representation
App for managing budgets
- Host: GitHub
- URL: https://github.com/jpsierens/budget
- Owner: jpsierens
- License: mit
- Created: 2016-09-26T13:30:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T04:40:26.000Z (over 7 years ago)
- Last Synced: 2025-01-21T12:47:08.719Z (5 months ago)
- Topics: expect, mocha, mongo, mongoose, react, redux, redux-saga
- Language: JavaScript
- Size: 545 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# budget 
> App for managing budgets.:construction: Under construction :construction:
## Run
This app uses Mongo. Download and follow the installation steps. When all is done start the mongo service with:
```
mongod
```Then start the app on another terminal tab with:
```
npm start
```This runs a server on ```localhost:3000```, head over there to see the app. It also runs the API on port 3001 which is how the data gets CRUD.
## Stuff you can learn here
* Mongoose and how to model data
* Making APIs with Node + Express
* React + Redux
* Redux Sagas
* Async functions (app/api dir)
* ES2015+
* Webpack
* Flowtype
* Tests with Mocha + Expect
* React native integration (coming soon)
* And hopefully a way to manage your money :)