HoldUpFjord / Link-Manager

Goal: Create a link manager that can store tabs on a server to be accessed later. 100Devs
2 stars 6 forks source link

Set up the mongodb connection and host #4

Closed TheWoodenMan closed 2 years ago

TheWoodenMan commented 2 years ago

Set up the mongodb connection and add us all as users.

We will need a collection of users and a collection for links

This needs to be done before doing the other back-end tasks so has priority in terms of project critical path.

TheWoodenMan commented 2 years ago

We also need a collection for tags

TheWoodenMan commented 2 years ago

Shared the mongodb connection link in the group discord.

Don't forget to add .env to .gitignore and avoid pushing it. (which I did once..!)

I can give a mongo login to the collection if you put your email in the group discord

TheWoodenMan commented 2 years ago

This is done