Skip to content

s225090522/Team-Project

Repository files navigation

#MangoDB

Credentials:
MongoDB Root User: admin

MongoDB Password: password

Mongo Express UI:

URL: http://localhost:7071

Login: admin / password

To Start the Services:
docker compose up -d

On login, give
http://localhost:7081
admin/pass to login to mangodb express

# To inspect db is running
docker exec -it mongodb mongosh -u root -p password
use homeglam
show collections
db.users.find()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors