Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 96 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,102 @@
# Mr.-Bin
Mr. Bin is a commodity recycle and exchange platform. This is a Web Application developed for SPL 2 Project by Abu Jafar Saifullah & Jitesh Sureka.
# Mr. Bin - Commodity Recycle and Exchange Platform

• Installation
o Clone the project
![Mr. Bin Logo](logo.png)

o Install the dependencies from both frontend and backend folders
o ‘npm start’ from both frontend & backend
Mr. Bin is a commodity recycle and exchange platform designed to promote eco-friendly practices and encourage recycling within communities. This repository contains the source code for Mr. Bin, which is a web application developed as part of the SPL 2 Project by Abu Jafar Saifullah and Jitesh Sureka.

## Table of Contents

- [Introduction](#introduction)
- [Features](#features)
- [Installation](#installation)
- [Technologies Used](#technologies-used)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

Technlogies used:
Frontend : ReactJS with Redux
Backend : NodeJS
Database : MongoDB
Object Detection API : TensorFlow, COCO-SSD Data Object
Maps API : Google Maps API
Maps JS API
Places API
Geolocation API
Phone Verification : Firebase API
## Introduction

Mr. Bin aims to provide an accessible and user-friendly platform where users can:

- Register and log in to their accounts.
- Browse available commodities for exchange or recycling.
- Post commodities they wish to exchange or recycle.
- View commodity listings and their details, including images.
- Utilize object detection to categorize commodities accurately.
- Utilize Google Maps API for location-based services.
- Verify their phone numbers through Firebase API.
- And much more!

## Features

- User Authentication: Secure user registration and login functionality.
- Commodity Listings: Users can browse through a wide range of commodities available for exchange or recycling.
- Post Commodity: Users can create listings for commodities they want to offer for exchange or recycling.
- Object Detection: Integration of TensorFlow and COCO-SSD Data Object to detect and categorize objects in images.
- Google Maps Integration: Leveraging Google Maps API for location-based services.
- Phone Verification: Firebase API is used for phone number verification during user registration.
- Responsive Design: The web application is designed to be responsive and accessible across various devices.

## Installation

To run Mr. Bin locally on your machine, follow these steps:

1. Clone the project repository:

```bash
git clone https://github.com/jaf107/mr-bin.git
```

2. Install the required dependencies for both the frontend and backend:

```bash
# Install frontend dependencies
cd mr-bin/frontend
npm install

# Install backend dependencies
cd ../backend
npm install
```

3. Start the frontend and backend servers:

```bash
# Start frontend server
cd ../frontend
npm start

# Start backend server
cd ../backend
npm start
```

The frontend and backend should now be running locally. Access the application through `http://localhost:3000` in your web browser.

## Technologies Used

Mr. Bin utilizes the following technologies:

- Frontend: ReactJS with Redux
- Backend: NodeJS
- Database: MongoDB
- Object Detection API: TensorFlow, COCO-SSD Data Object
- Maps API: Google Maps API (Maps JS API, Places API, Geolocation API)
- Phone Verification: Firebase API

## Contributing

Contributions to Mr. Bin are welcome! If you find any issues or have ideas for improvements, feel free to open an issue or submit a pull request. Please follow the contribution guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

## License

This project is licensed under the [MIT License](LICENSE). Feel free to use, modify, and distribute the code as per the terms of the license.

## Contact

For any questions, suggestions, or inquiries, please contact the developers of Mr. Bin:

- Abu Jafar Saifullah - [Email](mailto:[email protected])
- Jitesh Sureka - [Email](mailto:[email protected])

We hope you find Mr. Bin useful and contribute to making our environment cleaner and greener! Happy recycling! 🌱