An e-commerce application to purchase Pet Supplies and Toys.
- ReactJS
- NextJS
- Apollo Client - GraphQL
- Styled Components
- KeystoneJS - Headles CMS
- NodeJS
- TypeScript
- MongoDB
Site is still in progress. So will need to signin to add Products to cart/purchase. You can create your own acccount or feel free to use the accounts below.
Customer login - access to Cart and purchasing products.
- login: customer@example.com password: 12341234
Seller login - access to Sell/Update Products, Cart and purchasing products.
- login: seller@example.com password: 12341234
- Create a guest feature so a customer does not need an account to purchase items.
- Complete the Accounts page.
- Image slider on the Product page.
- Style Product page.
- Setup mailing - Currently Request Password email is being sent to mailTrap - Setup Postmark
Clone the repo, then run:
From inside the frontend
directory, run:
cd frontend && yarn install
From the backend
directory start the server, run:
cd backend && yarn install
From inside the frontend
directory, run:
yarn dev
From the backend
directory start the server, run:
yarn dev