Skip to content

"Runfast" is an online store that offers a wide range of fashionable products, taking inspiration from the popular style of "Finish Line."

Notifications You must be signed in to change notification settings

THEPRANAYMISHRA/RunFast-Ecom-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation

RunFast

"Runfast" is an innovative online retail platform, inspired by the renowned brand "Finish Line," that showcases a wide range of fashionable and highly sought-after products.

Deployed Links

https://runfast.netlify.app/ (Netlify)
https://runfast.onrender.com (Render)

Tech Stack

Client: HTML, CSS, JavaScript, Bootstrap

Server: Node, Express, MongoDB

Features

  • Responsive Design: Accessible on all devices.

  • Login & Signup: Create and manage accounts easily.

  • Product Sorting & Filtering: Find products quickly.

  • Cart & Checkout: Efficiently manage items and complete purchases.

  • Admin Control: Streamline platform management.

Authors

  • @abhimanyulp
    • Client: Products, Cart & Checkout Page
    • Server: Login, Logout & Products Routes
  • @THEPRANAYMISHRA
    • Client: Landing Page, Login/Signup & Admin Page
    • Server: Cart, Order Routes

Screenshots

Screenshot 2023-09-10 005733

API Reference

User login

  POST /user/login

User register

  POST /user/register

Get all products

  GET /product/data

Add product

  POST /product/add

Get user cart

  GET /cart
Parameter Type Description
user_token string Required.

Add product to cart

  POST /cart
Parameter Type Description
user_token string Required.
productId string Required.

About

"Runfast" is an online store that offers a wide range of fashionable products, taking inspiration from the popular style of "Finish Line."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.8%
  • JavaScript 34.5%
  • CSS 28.7%