- 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:
- Clone this repository
git clone [email protected]:nikolalsvk/receipt-yourself.git
- Or if you already cloned it go to
master
branch withgit checkout master
and thengit pull
- Create a new branch
git checkout -b NAME_OF_THE_BRANCH
.NAME_OF_THE_BRANCH
=your_initials
+/name-of-the-feature
- Do some changes
- Then push the code
git push
- Submit a pull request for review