Pythonidaer / stepping-stones

Not sure where this will go yet, but I want to use React, Vercel, Vite, React-Hook-Forms and Styled Components.
https://stepping-stones-six.vercel.app
MIT License
2 stars 1 forks source link

User Models need to be created to MongoDB / App needs a MongoDB connection #4

Open Pythonidaer opened 1 year ago

Pythonidaer commented 1 year ago

We also have to figure out how we are going to connect separately to the same MongoURI without sharing .env information (if that is bad practice).

Pythonidaer commented 1 year ago

That way, relevant user information could be fetched and retrieved. If we go the route of creating chatrooms, this would allow users to have such features as images, bios, interests, a homepage dashboard, etc.