CSC510-Group-25 / feature-hunt

A feature collection platform where users can share/vote/discuss feature requests and product owners can organize them
MIT License
0 stars 6 forks source link

Wrong DB connection string in backend-new/db_init.py #130

Closed snapcat closed 2 years ago

snapcat commented 2 years ago

It uses a non-existent collection called myFirstDatabase.

Should be: feature-hunt

snapcat commented 2 years ago

Resolved by @peeyush10234

snapcat commented 2 years ago

Discord:

Leila Moran — 11/03/2021 @ Peeyush connection string in db_init.py is wrong. It uses a non-existent collection, "myFirstDatabase." It should be "feature-hunt"

Peeyush — 11/03/2021 Yeah I also just figure that out, that's why the api for throwing error