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
- Host: GitHub
- URL: https://github.com/nikolalsvk/receipt-yourself
- Owner: nikolalsvk
- Created: 2016-04-06T08:37:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-20T18:11:44.000Z (over 9 years ago)
- Last Synced: 2025-10-24T00:37:20.952Z (8 months ago)
- Topics: angular, rails, security
- Language: HTML
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: security/Poslovna Informatika DataFlow Diagram - Threat model v1.4.tm7
Awesome Lists containing this project
README
# Business informatics project
[](https://semaphoreci.com/nikolalsvk/receipt-yourself)

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