Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 4.47 KB

README.md

File metadata and controls

106 lines (81 loc) · 4.47 KB

🛒 - NikeShoes-FullStack - 🛒

Demo 📸


Front-end deploy with Vercel: 💨

https://nike-shoes-frontend.vercel.app

Back-end deploy with Heroku: 💨

https://nikeshoes-api.herokuapp.com/docs/

📖 About the Project

NikeShoes-FullStack - This is a full stack application that simulates a fictitious ecommerce application that aims to sell / buy Nike shoes, both the backend and the frontend were tested with jest to ensure that the application works the way it was intended.

📗 Features:

📘 Frontend

  • - Register an account
  • - Login with one account already exist
  • - Filter products by women's and men's shoes
  • - Put products in your cart
  • - Increment and decrement quantity products from cart
  • - Remove products from cart
  • - View the optimal layout for the app depending on their device's screen size.
  • - Keep track of any changes, even after refreshing the browser. (Full-Stack Application)
  • - Make checkout to buy shoes
  • - Logout your account

📕 Backend

Feature Coded? Description
Add Product in Cart Ability to see the Cart and it items
Remove Product from Cart Ability of Remove a Cart
Edit Product Quantity in Cart Ability of add a new Item on the Cart
List User Cart Ability of Remove a Item from the Cart
Checkout Ability of Make Checkout
Add a Product Ability of Add a Product on the System
List Products Ability of List Products
List Products By Category Ability of List Products By Category
Edit a Product Ability of Edit a Product
Delete a Product Ability of Delete a Product
Create new user Ability of Create New User in System
Authenticate Ability of Authenticate
List Users Ability of List Users
Find User By ID Ability of List a Product
Delete User BY ID Ability of Delete a User

🛠 Technologies

📘 Frontend

  • Next.js
  • Styled-components
  • Styled-icons
  • Axios
  • Aos
  • Nookies
  • Nextjs-progressbar
  • React-toastify"
  • Eslint
  • Prettier
  • Typescript
  • EditorConfig
  • Cypress
  • Jest
  • 📕 Backend

  • Node.js
  • ts-node-dev
  • Eslint
  • Prettier
  • Typescript
  • EditorConfig
  • Express.js
  • Cross-env
  • Jest
  • Supertest
  • Ts-jest
  • Bcryptjs
  • MongoDB
  • JWT
  • Stripe
  • Swagger
  • 💻 How to run the application

    To run this fullstack application you must follow the steps of both the frontend and the backend in the repositories below to run them in sync.

    See the repositories:


    Thank you for your stay and enjoy. :-)