https://github.com/eddi3ms/delivery-bd
Node & Express.js Backend for a Delivery System
https://github.com/eddi3ms/delivery-bd
bcrypt cloudinary express jsonwebtoken mongodb mongoose nodejs socket-io zod
Last synced: 3 months ago
JSON representation
Node & Express.js Backend for a Delivery System
- Host: GitHub
- URL: https://github.com/eddi3ms/delivery-bd
- Owner: Eddi3MS
- Created: 2024-06-16T21:04:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:26:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T05:13:52.119Z (over 1 year ago)
- Topics: bcrypt, cloudinary, express, jsonwebtoken, mongodb, mongoose, nodejs, socket-io, zod
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readME.md
Awesome Lists containing this project
README
# Delivery Backend
### CRUD
- User
- Products
- Address
- Categories
- Orders
# Tech
### Backend
- Node & Express.js
### DB
- MongoDB & Mongoose
### Image Bucket
- Cloudinary
### Auth
- JsonWebToken / bcryptjs / cookie-parser
### Realtime
- socket-io
### Validations
- Zod