Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivabhattacharjee/wasteeasy
WasteEasy is an app designed to streamline waste management. Developed during the Envision Hackathon, it focuses on waste classification and encourages proper waste segregation. Users can earn points or coupons by utilizing WasteEasy for their waste disposal needs.
https://github.com/shivabhattacharjee/wasteeasy
ai bunjs gemini-pro-vision googlemaps-api imageclassification mongodb nextjs14 rewards serverless typescript waste-management waste-management-system
Last synced: 9 days ago
JSON representation
WasteEasy is an app designed to streamline waste management. Developed during the Envision Hackathon, it focuses on waste classification and encourages proper waste segregation. Users can earn points or coupons by utilizing WasteEasy for their waste disposal needs.
- Host: GitHub
- URL: https://github.com/shivabhattacharjee/wasteeasy
- Owner: ShivaBhattacharjee
- License: other
- Created: 2024-03-31T07:53:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:11:18.000Z (4 months ago)
- Last Synced: 2024-11-07T10:02:50.451Z (9 days ago)
- Topics: ai, bunjs, gemini-pro-vision, googlemaps-api, imageclassification, mongodb, nextjs14, rewards, serverless, typescript, waste-management, waste-management-system
- Language: TypeScript
- Homepage: https://wasteeasy.theshiva.xyz/
- Size: 1.48 MB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
WasteEasy
![jwt token](http://jwt.io/img/badge-compatible.svg)
![NextJs](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
![GitHub repo size](https://img.shields.io/github/repo-size/shivabhattacharjee/WasteEasy)
An app for waste classification and easy disposal, where users earn coupons by dumping waste.
View Demo
.
Report Bug
.
Request Feature
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Host your own](#host-your-own)
- [Contributing](#contributing)
- [Creating A Pull Request](#creating-a-pull-request)
- [Raising an issue](#raising-an-issue)
- [Code of conduct](#code-of-conduct)
- [License](#license)
- [Authors](#authors)## About The Project
![image](https://github.com/ShivaBhattacharjee/WasteEasy/assets/95211406/1f716016-efa3-4b4e-934e-86ef48f7caeb)WasteEasy is an app designed to streamline waste management. Developed during the Envision Hackathon, it focuses on waste classification and encourages proper waste segregation. Users can earn points or coupons by utilizing WasteEasy for their waste disposal needs.
## Built With
* [NextJs](https://nextjs.org)
* [Bun](https://bun.sh/)
* [NextJS](https://nextjs.org)
* [TailwindCss](https://tailwindcss.com/)
* [MongoDb](https://www.mongodb.com/)
* [GoogleMaps](https://www.google.com/maps/)
* [Gemini](https://gemini.google.com/)## Getting Started
### Prerequisites
Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.
Bun is a JavaScript runtime, package manager, test runner bundler built from scratch using the Zig programming language. It was designed by Jarred Sumner as a drop-in replacement for Node.js. Bun uses JavaScriptCore as the JavaScript engine, unlike Node.js and Deno, which both use V8.
MongoDB is a source-available, cross-platform, document-oriented database program. Classified as a NoSQL database product, MongoDB utilizes JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and current versions are licensed under the Server Side Public License.
### Installation
This project utilises Bun. Install it before running locally
```bash
git clone https://github.com/ShivaBhattacharjee/WasteEasy
```
```bash
cd WasteEasy
```
```bash
cp .env.example .env
```Fill the required fields inside the .env before starting the server
```bash
bun install
```
```bash
bun dev
```
This will start the development server at http://localhost:3000/## Host your own
* ## Vercel[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FShivaBhattacharjee%2FWasteEasy)
* ## Netlify
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/ShivaBhattacharjee/WasteEasy)
* ## Render
[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ShivaBhattacharjee/WasteEasy)
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
* If you have suggestions for adding or removing projects, feel free to [open an issue](https://github.com/ShivaBhattacharjee/WasteEasy/issues) to discuss it* Please make sure you check your spelling and grammar.
### Creating A Pull Request
Wanna contribute to WasteEasy ?
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/FeatureName`)
3. Commit your Changes (`git commit -m 'Add some FeatureName'`)
4. Push to the Branch (`git push origin feature/FeatureName`)
5. Open a Pull Request## Raising an issue
If you're experiencing any problems with WasteEasy, please be sure to review our [issue template](https://github.com/ShivaBhattacharjee/WasteEasy/tree/main/.github/ISSUE_TEMPLATE) before opening a new issue. The template includes a list of questions and prompts that will help us better understand the issue you're experiencing, and it will ensure that we have all of the necessary information to investigate the problem.
We kindly ask that you provide as much detail as possible when submitting an issue, including steps to reproduce the problem, any error messages that you have seen, and any other relevant information. This will help us to identify and fix the issue more quickly.
Thank you for your cooperation, and we look forward to hearing from you!
## Code of conduct
Developers are requested to go through our code of conduct thoroughly to maintain a peaceful environment within our project.
## License
Distributed under the Apache License 2.0 . See [LICENSE](https://github.com/ShivaBhattacharjee/WasteEasy/blob/main/LICENSE) for more information.
## Authors
* **Shiva Bhattacharjee** - [Shiva Bhattacharjee](https://github.com/ShivaBhattacharjee) - *Waste Easy*