Welcome everyone!
JOAHH is ehhh Mudah clone?(not really..) check it out! http://joahh.herokuapp.com
This is an app which consists of :
- A user authentication feature built from scratch (sign up/sign in), using gem bcrypt.
- A user authentication feature using OAuth || users have a concept of roles (for e.g. admin vs regular users) along with simple authorization.
- A search functionality (for e.g. search for users, search for products).
- Integrated with at least 1 external API provider (for e.g. Twilio, Braintree).
- Some AJAX functionality.
I'll also, Write some model validation test (for e.g. unique email). Write at least 2 model specs, testing any custom model methods (test for happy and edgy paths). Write at least 1 integration spec using Capybara's library.