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