Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kwu395/mission-ready-l5-mission-4

CLI MongoDB Seed Data Tool 🌱 & Turners Cars Prototype: Building upon Mission 2, this project introduces a recommendation feature using MongoDB. 🏎️
https://github.com/kwu395/mission-ready-l5-mission-4

ai backend cloud css database expressjs frontend html image-analysis javascript microsoft-azure mongodb nodejs react

Last synced: 15 days ago
JSON representation

CLI MongoDB Seed Data Tool 🌱 & Turners Cars Prototype: Building upon Mission 2, this project introduces a recommendation feature using MongoDB. 🏎️

Awesome Lists containing this project

README

        

# Mission Ready Level 5 Mission Four Project 🚀

CLI MongoDB Seed Data Tool & Turners Cars Prototype: Building upon Mission 2, this project introduces a recommendation feature using MongoDB

# CLI MongoDB Seed Data Tool 🌱

A Command-Line Interface (CLI) tool has been created specifically for seeding data into a local MongoDB database or deleting existing data from it. This tool encompasses the management of seed data as well. See the "mission-04-cli" folder.

Commands:
- Add Car (a)
- Find Car (f)
- Update Car (u)
- Remove Car (r)
- List Cars (l)

# Turners Cars Prototype 🏎️
When users upload car images, the backend uses Azure AI Vision for image analysis. It then displays multiple images of similar cars with matching colors. MongoDB serves as the data repository for each car, storing information such as images, model names, years, and colors.

Technologies used include:
Frontend: React, HTML, CSS, JavaScript
Backend: Express.js
Database: MongoDB
Image Analysis: Microsoft Azure AI"

# Images 📷

![CarMatch](carmatch.png)