This API couples with a Rails API to handle the data and functionality of an E-commerce application for managing tea subscriptions. It is an admin portal site to manage subscriptions and gain information about product/customer relationships. Built over a 2 day sprint as a solo project. Built in a 2 day sprint as a solo project.
To set up: clone this repo into new directory on local device.
Install Dependencies: Run the following command to install all necessary dependencies.
- run
npm install
Start the application locally and open it in your browser.
- run
npm start
Ensure all Cypress dependencies are installed by running npm install as shown in the Installation section.
Open the Cypress testing browser with: run 'npm run cypress'
- React version: 18.3.1
- Cypress version: 13.15.1
- Node version: 18.17.1