jocoso / Book-Club

A website for books enthusiast
https://book-club-8svz.onrender.com
0 stars 0 forks source link

Configure MongoDB Connection #26

Closed AhmedGarcia closed 1 month ago

AhmedGarcia commented 1 month ago

Set up a connection to MongoDB using Mongoose.

Use environment variables for the MongoDB URI.

Ensure the application connects to the database before starting the server.

AhmedGarcia commented 1 month ago

completed