Welcome to Runway Kicks, a footwear e-commerce website for purchasing products. This website is designed to make it easy for you to browse and buy various shoes, from casual to formal, at competitive prices.
Our system provides a user-friendly platform that enables users to browse products, search, filter, add and place orders with ease. Additionally, an all-encompassing administrative interface that allows authorized personnel to perform a wide range of operations, including Create, Read, Update, and Delete (CRUD) functions.
- Authentication
- API Validation
- Responsive
- Cross Platform
- Registration/Signin/Logout
- Product Search
- Product Filter
- Add to Cart
- Order History Fetch
- Admin can perform all CRUD operations
https://github.com/Swati-Tanu/Runway-Kicks.git
npm i --global
cd backend
npx nodemon index.js
MongoURL
key
port
GET /
POST /user/register
POST /user/login
GET /men/
GET /men/filter
GET /men/exc
GET /men/sort
GET /men/search
POST /men/create
PATCH /men/update/:id
DELETE /men/delete/:id
GET /women/
GET /women/filter
GET /women/exc
GET /women/sort
GET /women/search
POST /women/create
PATCH /women/update/:id
DELETE /women/delete/:id
GET /kid/
GET /kid/filter
GET /kid/exc
GET /kid/sort
GET /kid/search
POST /kid/create
PATCH /kid/update/:id
DELETE /kid/delete/:id
GET /order/
GET /order/search
GET /cart/
POST /cart/create
PATCH /cart/update/:id
DELETE /cart/delete/all
DELETE /cart/delete/:id
POST /admin/register
POST /admin/login
Credentials:
admin@gmail.com
admin