marekdano / carosabikes

The fully functional app can be found on

Home Page:http://carosabikes.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firstApp

This my first complex RnR app. It is the online shop with the following features:
  1. Each product can be bought
  2. Authentication is handled through Devise gem
  3. App has two roles (admin and user) for authorization
  4. App contains dashboard for CRUD-ing of products, orders and users. Only admin has an access to it.
  5. Only user is allowed to leave a comment
  6. Only admin can delete any comment
  7. Comment are rendered through jQuery AJAX
  8. Orders are handled with AngularJS
  9. Only user can view, modify own profile
  10. User can sign in with his/her facebook account
  11. Purchase a product is handled through Stripe

About

The fully functional app can be found on

http://carosabikes.herokuapp.com


Languages

Language:Ruby 51.7%Language:HTML 21.7%Language:CSS 15.1%Language:JavaScript 11.0%Language:CoffeeScript 0.5%