Accounting software
Felicia is an accounting software. The major features include:
Install wkhtmltopdf tool in your system and check if wkhtmltopdf
command is available in system shell.
Clone repository:
$ git clone https://github.com/marcin-lawrowski/felicia.git
$ cd felicia
Edit conf/application.conf file, go to db
section and provide valid database connection properties: default.driver
, default.url
, default.username
and default.password
. Run the application:
$ npm install -d
$ ./node_modules/.bin/webpack
$ sbt run
Open http://localhost:9000/
address in web browser. Use the following credentials when you haven’t created accounts yet: admin
:admin
.
GPL-3.0
Free Software, Hell Yeah!
[Scala]: https://www.scala-lang.org
[Play Framework]: https://www.playframework.com
[React]: https://facebook.github.io/react
[Redux]: http://redux.js.org
[Twitter Bootstrap]: http://twitter.github.com/bootstrap
[wkhtmltopdf]: http://wkhtmltopdf.org