Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upes-open/osoc-swayam-bazaar

This Web Application connects with local shops for personalized shopping. Help you buy goods from your favorite stores. Shopkeepers add their products, building a complete database. The application will have two separate logins: one for users and another for shopkeepers.
https://github.com/upes-open/osoc-swayam-bazaar

hactoberfest hactoberfest2023 mern webapp

Last synced: about 1 month ago
JSON representation

This Web Application connects with local shops for personalized shopping. Help you buy goods from your favorite stores. Shopkeepers add their products, building a complete database. The application will have two separate logins: one for users and another for shopkeepers.

Awesome Lists containing this project

README

        

## Swayam-Bazaar

![Static Badge](https://img.shields.io/badge/Discord-202020?logo=discord&logoColor=%235865F2&link=http%3A%2F%2Fdiscord.gg%2F2rnWsvkX) ![Static Badge](https://img.shields.io/badge/Twitter-202020?logo=twitter&logoColor=%231DA1F2&link=https%3A%2F%2Ftwitter.com%2FUpesOpen) ![Static Badge](https://img.shields.io/badge/Instagram-202020?logo=instagram&logoColor=%23E4405F&link=https%3A%2F%2Fwww.instagram.com%2Fupesopen_%2F)

![GitHub contributors](https://img.shields.io/github/contributors/upes-open/OSoc-Swayam-Bazaar)
![GitHub forks](https://img.shields.io/github/forks/upes-open/OSoc-Swayam-Bazaar)
![GitHub Repo stars](https://img.shields.io/github/stars/upes-open/OSoc-Swayam-Bazaar)
![GitHub issues](https://img.shields.io/github/issues/upes-open/OSoc-Swayam-Bazaar)

### About the Project
> This web application aims to connect users with local vendors in their area, allowing them to purchase groceries and other goods directly from these vendors. Unlike the existing local application called City Mall, which doesn't offer the option to buy from specific shops, this application will enable users to select the shops they prefer. The main goal is to establish a direct connection between users and local shops for purchasing goods. For instance, if a user wants to buy flour from a particular local shop that isn't a well-known brand but offers high-quality and affordable flour, this application will assist them in doing so. To address the challenge of gathering a comprehensive dataset, we propose a solution where shopkeepers themselves can input their goods into the application. This approach is similar to how Google Maps allows users to add new places they discover to the database. In summary, the application will have two separate logins: one for users and another for shopkeepers.

### Tech Stack

![Static Badge](https://img.shields.io/badge/NodeJS-101010?logo=nodedotjs&logoColor=%23339933) ![Static Badge](https://img.shields.io/badge/MongoDB-101010?logo=mongodb&logoColor=%2347A248) ![Static Badge](https://img.shields.io/badge/ReactJS-101010?logo=react&logoColor=%2361DAFB) ![Static Badge](https://img.shields.io/badge/HTML-101010?logo=html5&logoColor=%23E34F26) ![Static Badge](https://img.shields.io/badge/JavaScript-101010?logo=javascript&logoColor=%23F7DF1E) ![Static Badge](https://img.shields.io/badge/Docker-101010?logo=docker&logoColor=%232496ED) ![Static Badge](https://img.shields.io/badge/CSS-202020?logo=css3&logoColor=%231572B6)

### Contributing

1. Fork the Project
2. Clone your forked repository

```sh
git clone https://github.com//OSoC-Swayam-Bazaar.git
```
3. Now go ahead and create a new branch and move to the branch
```sh
git checkout -b fix-issue-
```
4. After you have added your changes, follow the following command chain
* Check the changed files
```sh
git status -s
```

* Add all the files to the staging area
```sh
git add .
```
or
```sh
git add
```
* Commit your changes
```sh
git commit -m ""
```
5. Push your changes
```sh
git push origin fix-issue-
```
6. Open a Pull Request
>
> * Wait for the PR to be reviewed and merged.
>
> * Happy Coding!