https://github.com/crypto-artisan/food-delivery
https://github.com/crypto-artisan/food-delivery
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crypto-artisan/food-delivery
- Owner: crypto-artisan
- Created: 2024-01-03T01:27:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T01:44:28.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:23:10.444Z (4 months ago)
- Language: JavaScript
- Size: 5.74 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mern-stack-delivery-app

### state: prone to new features and code refactoring.
### Demo: https://fast-food-delivery-app.herokuapp.com/
### To SEE admin features
email: [email protected]
password : moderator## Environment variables
- HOST
- MONGODB_URI
- JWT_SECRET_KEY
- JWT_EMAIL_CONFIRMATION_KEY
- JWT_RESET_FORGOTTEN_PASSWORD_KEY### oAuth2
- OAUTH_USER
- OAUTH_CLIENT_ID
- OAUTH_CLIENT_SECRET
- OAUTH_REFRESH_TOKEN### cloudinary
- CLOUDINARY_NAME
- CLOUDINARY_KEY
- CLOUDINARY_SECRET## Backend
### tecnologies:
- Node.js/ Express
- MongoDB / Mongoose
- Json WTK
- oAuth2
- Nodemailer
- Multer
- Cloudinary
- socket.io### Features:
- Authentication using Json Web Tokens
- password encryption using bcrypt library
- account validation , and functional contact form using Nodemailer and googleapis oAuth2
- Access of routes base authorization and permissions.
- Media storage using multer library and cloudinary service.
- Real time new orders and order actualization notifications.
- **request supported** : GET, PUT, POST, DELETE
- **routes:** USERS , PRODUCTS, CATEGORIES, ORDERS,NEWSLETTER, CONTACT, AUTH (Login/Sing Up/forgotPassword/resetPassword),
- initial mongoose set up with : default categories , roles and admin and moderator users.
## Frontend
### Technologies and tools:
- React.js
- Style-Components
- React-hook-form
- React-router-dom
- React hooks
- Swiper
- Socket.io-client### Features:
- Interaction with the backend through API Rest .
- Unit test examples.
- Lazy Load components and code splitting.
- Products and orders section skeletons.
- Custom Auto-played sliders with dot indicators and controls.
- Latest products carrousel using swiper.js library.
- Navbar responsive and animated .
- Complete authentication system width signup/email validation/login/ forgot password support.
- Access to Public and Private routes base on roles.
- Functional contact section with form validation.
- Loading modal and loading form indicators.
- Shopping cart.
- Editable User profile.
- Products and orders section with sorter, filter and search bar.
- URL able to storage the user search
- pagination.
- User orders tracker page.
- Real time order notifications.
- Dashboard with users, categories, orders and products management system.