In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
for guest login
password: Guest1234
This is the backend of RedMart Application where one can buy and sell any items online.
The backend 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.