Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Hamzi-SE/nelami
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamzi-SE committed Aug 6, 2024
2 parents 4fc0457 + ed9d405 commit e7a0817
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nelami

Nelami is an innovative platform designed to connect buyers and sellers through a bidding system where buyers can bid on products that the sellers post, and the top bidder wins the auction when it ends. This repository contains the source code and documentation for the Nelami project.
Nelami is an innovative platform designed to connect buyers and sellers through a bidding system where buyers can bid on products that the sellers post and the top bidder wins the auction when it ends. This repository contains the source code and documentation for the Nelami project.

## Features

Expand All @@ -9,6 +9,7 @@ Nelami is an innovative platform designed to connect buyers and sellers through
- **User Profiles**: Manage user profiles with detailed information.
- **Product Listings**: Browse and search for available products.
- **Email Notifications**: Get updates through emails.
- **Notifications**: Real-time updates are made through in-app notifications.
- **Payment Integration**: Secure payment processing for transactions.
- **Admin Dashboard**: Interactive admin interface for managing products and users.
- **Responsive Design**: Optimized for both desktop and mobile platforms.
Expand All @@ -21,7 +22,7 @@ Nelami is an innovative platform designed to connect buyers and sellers through
- **Database**: MongoDB
- **Authentication**: JWT (JSON Web Tokens)
- **Email Templating**: EJS
- **Payment Gateway**: Stripe
- **Payment Gateway**: Stripe with webhook
- **Real-Time Communication**: Socket.IO
- **Deployment**: VPS

Expand Down Expand Up @@ -71,6 +72,7 @@ nelami/
| │ ├───Logout/
| │ ├───Messenger/
| │ ├───PackagesPricing/
| │ ├───Payment/
| │ ├───ProductForms/
| │ │ ├───Misc/
| │ │ ├───Properties/
Expand Down Expand Up @@ -168,6 +170,8 @@ nelami/
CLOUDINARY_API_SECRET=your_cloudinary_api_secret
STRIPE_API_KEY=your_stripe_api_key
STRIPE_SECRET_KEY=your_stripe_secret_key
STRIPE_WEBHOOK_SECRET_DEV=your_stripe_webhook_secret_key_for_dev
STRIPE_WEBHOOK_SECRET_PROD=your_stripe_webhook_secret_key_for_prod
```

> Make sure to replace the placeholder values with your actual configuration details before running the application.
Expand Down

0 comments on commit e7a0817

Please sign in to comment.