An ecommerce site with an admin panel where they can track, add, and edit their inventory and view orders that are created by customers. A customer can view products, log in and place order.
Create a single page application with React, utilizing components, props, state and their life cycles. While fetching data from a rails backend and applying CRUD functionality.
Go to https://github.com/RichieCoding/Ecommerce-Backend-Project for backend.
- Get backend api running
- Run npm install for dependencies
- Run npm start
Open [http://localhost:3000] or if backend is running [http://localhost:30001] to view it in the browser.
- React
- SCSS
- Ruby on Rails
- PostgreSQL
- JSON Web Token