Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoniosilvavaz/shopping
A complete web application for shopping. On development
https://github.com/antoniosilvavaz/shopping
ecommerce javascript koa microsoft-sql-server nextjs nodejs prisma typescript
Last synced: 4 days ago
JSON representation
A complete web application for shopping. On development
- Host: GitHub
- URL: https://github.com/antoniosilvavaz/shopping
- Owner: AntonioSilvaVaz
- Created: 2023-07-01T16:55:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T10:14:43.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:44:32.021Z (4 days ago)
- Topics: ecommerce, javascript, koa, microsoft-sql-server, nextjs, nodejs, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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- [@Antonio](https://github.com/AntonioSilvaVaz)