marco-dm1 / CS320-Team-M

Project repository for Team M of CS 320/429.
0 stars 0 forks source link

Connect DB to Node App #24

Closed marco-dm1 closed 1 week ago

marco-dm1 commented 2 weeks ago

Connect the MongoDB database to our Node application.

I'd suggest looking into Mongoose or a similar package to see how to do this.

The idea would be to have a single .js file that handles all the database functions and then other .js files can call the functions in that database js file.

marco-dm1 commented 2 weeks ago

https://mongoosejs.com/docs/