Hello Amazing people 👋 Here's a JavaScript application I built based on Docker containerized services for user-profile management purposes.
GitHub
Tools
- Docker
- HTML, CSS
- MongoDB, Mongo-Express data storage
- Nodejs backend
Building the application
- Pull the images for
mongodb
andmongo-express
Create
docker network
Start
mongodb inside docker container
- Start
mongo-express inside docker container
- Open mongo-express from browser
http://localhost:8081
- Create
my-db
database in mongo-express dashboard.
- Create
users
collection inside the database
- Start your nodejs application locally - go to
app
directory of project
- Access you nodejs application UI from browser
http://localhost:3000
- Add a user profile in application UI
- Go to mongo-express dashboard and ensure addition of credentials
Completion
That's it, the Docker-based User-Profile handler JS Application is up and running!🥳
Feel free to add as many entries as you want, which can all be managed with the mongo-express dashboard.
Top comments (0)