Skip to content

A complete web application for shopping. On development

Notifications You must be signed in to change notification settings

AntonioSilvaVaz/shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping

This project is currently in its developmental phase, but once completed, users will have the exciting opportunity to publish and purchase a wide array of products from fellow users. The backend API is fully prepared and raring to go, while the frontend is actively under construction, ensuring a seamless and feature-rich experience for all users. Stay tuned for an exciting launch!

Screenshots

Stack

Front-end: Next.js, Toastify, react-icons, Typescript

Back-end: node.js, KOA, prisma, jsonwebtoken, Typescript

Env variables backend

PORT -> ex: 3001

DATABASE_URL -> Microsoft SQL SERVER URL

SALT_ROUNDS -> ex: 5

SECRET -> ex: DontShareTheSecret

Features

  • Create new product or user account
  • Find users or products
  • Update user or product information
  • Delete product or user account
  • Add to cart or to wishlist
  • Remove from cart or wishlist
  • Buy the product from the x user

Author