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

https://github.com/nikolalsvk/receipt-yourself

AngularJS + Rails app for managing company receipts and invoices
https://github.com/nikolalsvk/receipt-yourself

angular rails security

Last synced: about 1 month ago
JSON representation

AngularJS + Rails app for managing company receipts and invoices

Awesome Lists containing this project

README

          

# Business informatics project

[![Build Status](https://semaphoreci.com/api/v1/nikolalsvk/receipt-yourself/branches/master/badge.svg)](https://semaphoreci.com/nikolalsvk/receipt-yourself)

![receipt-yourself-logo](https://cloud.githubusercontent.com/assets/3028124/16456331/d30158b8-3e17-11e6-977f-ecb1c6021dad.png)

### Technology stack:

- Backend:
- Ruby 2.2.3
- Rails 4.2.4
- RSpec 3.4.4
- Frontend:
- AngularJS 1.5.5
- Angular Material design
- ES6 with Babel (JS preprocessor)

Authors:

- Nikola Djuza
- Vladimir Besermenji
- Aleksandar Bosnjak

Ways to contribute:

1. Clone this repository `git clone git@github.com:nikolalsvk/receipt-yourself.git`
2. Or if you already cloned it go to `master` branch with `git checkout master` and then `git pull`
3. Create a new branch `git checkout -b NAME_OF_THE_BRANCH`.
`NAME_OF_THE_BRANCH` = `your_initials` + `/name-of-the-feature`
4. Do some changes
5. Then push the code `git push`
6. Submit a pull request for review