Skip to content

A small utility app to help you with determining the relative importance of budget items.

Notifications You must be signed in to change notification settings

ikovic/cityBudgetHelper

Repository files navigation

cityBudgetHelper

This app will help you with connecting your budget with the subsequent orders and determining which budget items are affected by which orders in a certain fiscal year.

Technology Stack

  • MySQL
  • node.js
  • express.js
  • sequelize - ORM for node.js
  • passport - authentication for node.js
  • acl - authorization for node.js
  • jsreport - reporting tool
  • react-mdl - MDL implemented with React components
  • React
  • Redux

Development

To run the application, make sure you have node.js and MySQL installed and then do the following steps:

  • create a database called 'budget_helper'

  • create a user with credentials root/root

  • install all the dependencies

$ npm install
  • run the server
$ npm start
  • run Gulp in a separate terminal to compile front end assets
$ gulp

About

A small utility app to help you with determining the relative importance of budget items.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages