Login
Use the following demo credentials for quick login
- email: e@abc.com
- password: Admin1
Note:
Refer to the Guide page for a description and project walkthrough.
RESTful APIs
Note: This Inventory App also provides the following RESTful APIs for the Shopping Cart REACT App :
Public Routes
- All Products: https://ia.manvinderjit.com/api/products
- All Promos: https://ia.manvinderjit.com/api/promos/carousel
- Login Route (GET + POST): http://localhost:5000/api/login
- Register Route (GET + POST): http://localhost:5000/api/register
Protected Routes
- User Dashboard Route (GET): http://localhost:5000/api/dash
- User Orders Route (GET): http://localhost:5000/api/orders
- Checkout Route (GET): http://localhost:5000/api/checkout