https://github.com/mazensayed91/bargain-marketplace-backend
https://github.com/mazensayed91/bargain-marketplace-backend
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mazensayed91/bargain-marketplace-backend
- Owner: Mazensayed91
- License: mit
- Created: 2021-11-30T18:41:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-29T21:21:08.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:43:12.773Z (over 1 year ago)
- Language: JavaScript
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bargain Marketplace (Back End)
Bargain is an online marketplace that allows businesses to sell, market and showcase their products. It also offers individuals the opportunity to buy products from the platform easily and securely.
## Features
* Create a new account.
* Login to your account.
* Add/Edit/remove Items to your account to be sold specifying the needed price.
* Deposit Cash into your account to purchase items.
* Search for items for sale by other users.
* Purchase item from another user, transfers money from your account to his account and transfers the item from your account to his account.
* View your account info such as current cash balance, a list of purchased items, a list of sold items and items have not been sold yet.
* Mange inventory of the items.
* Allow other stores to sell your products.
* Allow you to sell the products of other stores.
* Generate different kinds of reports such as reports about the transactions performed on the systems.
## Installation
To run the code locally:
In CMD run the following commands:
```
npm i
```
Then
```
npm start
```
## License
[MIT](https://choosealicense.com/licenses/mit/)