BorDevTech / BudgetBoost

"Budgeting made easy with BudgetBoost"
MIT License
1 stars 0 forks source link

Connect mongo driver to project #4

Open BorDevTech opened 1 year ago

BorDevTech commented 1 year ago

Idea

HOW:

Connect a database to the project to allow edits to documents within a listed collection

REQUIREMENTS:

Mongo Driver

EXTRAS:

Protect sensitive data

  • Create an ENV file to contain sensitive information regarding the database. Collection Names list

  • Create an JSON file to contain a list of collections from within the database,


Refined Checklist

BorDevTech commented 1 year ago

Date: 03/07/2023-4:40PM Author: BorDevTech Comments: Successfully connect to MongoDB from server-side files. Recommendations:

BorDevTech commented 1 year ago

Date: 03/09/2023-1:50PM Author: BorDevTech Comments: Inserting a document generates a collection. Recommendations: Find a way to specifically choose a collection