This is the backend of RedMart Application where one can buy and sell any items online.
The frontend of the application is found here.
Two-minute video presentation of the application is available here.
A RESTful Rails API backend with endpoints for users, items, cart and item_cart using PostgreSQL database.
Token-based auth system using bCrypt and has secured password Macro.
A scalable and user-friendly API adhering MVC pattern.