s225090522/Team-Project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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()