Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DockerContainerizationProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fionn McGoldrick
DockerContainerizationProject
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
0 results
Begin with the selected commit
Created with Raphaël 2.2.0
17
Jun
20
May
28
Apr
16
15
2
Made yaml files for mongo container and rearranged port directories for minikube
master
master
yaml files added to give deployment instructions to minikube.
PORT environment variable changed to accept multiple different ports (defaults to 3000). Docker compose file edited to have two backends using the same Docker Image and using the same Mongo DB database.
Docker file added and changes made within the backend in order to make the application work in a docker container. Project finished.
Added lite-server framework. Changed name of submit-book file to index.html file for ease of use.
Finished mobile applications dice rolling game tutorial.
All books page added. Uses an axios get request to obtain an array of books which it loops through and displays using some simple css and html. Backend linked and using a mongo db database running within a docker container.
JavaScript file added to handle axios request to server. Posting book to mongo DB database working correctly.
Axios installed. Backend post method set up. Mongoose downloaded and connected to backend. HTML page for book submission added with css for the file also completed. Schema made for MongoDB. Another HTML page for displaying all books added (empty).
Docker file added.server.js file added and can be called with node server.js.
Project started. Basic folder and file set up implemented. Express and cors installed for backend.
Loading