docs: mongo-express 🍃 (#1247)

* docs: mongo-express

* Update manage_your_database.md

add screenshot and mongodb logo

* Update manage_your_database.md

upload smaller mongodb logo
This commit is contained in:
Fuegovic 2023-11-30 13:49:39 -05:00 committed by GitHub
parent 53d0ffcd11
commit 690acf1c93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 148 additions and 718 deletions

View file

@ -26,6 +26,9 @@ Before running LibreChat with Docker, you need to configure some settings:
#### [API Keys and Tokens Setup](apis_and_tokens.md) (Required)
You must set up at least one of these tokens or APIs to run the app.
#### [Manage Your MongoDB Database](../features/manage_your_database.md) (Optional)
Safely access and manage your MongoDB database using Mongo Express
#### [User Authentication System Setup](../install/user_auth_system.md) (Optional)
How to set up the user/auth system and Google login.

View file

@ -32,6 +32,9 @@ Here are the steps to follow:
Note: If you run the command on the same computer and want to access it, navigate to `localhost:3080`. You should see a login page where you can create or sign in to your account. Then you can choose an AI model and start chatting.
- [Manage Your MongoDB Database (optional)](../features/manage_your_database.md)
Safely access and manage your MongoDB database using Mongo Express
Have fun!
---

View file

@ -31,6 +31,9 @@ In this video we're going to install LibreChat on Windows 11 using Docker and Gi
- `docker-compose up`
- Visit http://localhost:3080/ to access LibreChat. Create an account and start chatting.
- [Manage Your MongoDB Database (optional)](../features/manage_your_database.md)
Safely access and manage your MongoDB database using Mongo Express
Have fun!
---