https://github.com/surajv311/vit-college-assignment-sem5-cms_cloud_da
[VIT College - Sem Assignment]: Cloud containers, docker, etc.
https://github.com/surajv311/vit-college-assignment-sem5-cms_cloud_da
cloud devops docker
Last synced: 7 months ago
JSON representation
[VIT College - Sem Assignment]: Cloud containers, docker, etc.
- Host: GitHub
- URL: https://github.com/surajv311/vit-college-assignment-sem5-cms_cloud_da
- Owner: Surajv311
- Created: 2021-11-26T03:35:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-10T04:20:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T00:28:22.566Z (9 months ago)
- Topics: cloud, devops, docker
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS_CLOUD_DA-TEST-SEM-5
## [Note: For LABFAT FILES, visit here:](https://github.com/Surajv311/CMS_CLOUD_DA-TEST-SEM-5-/tree/main/labFat)
---------------------------------------------------------------------------------
### (This part is for lab midterm exam)
Cube of number get/post request app. (For CMS Lab VIT)
Steps followed
```npm init```
```npm install express body-parser```
```npm install nodemon```
To run the app :
```nodemon server.js```
The app runs at **localhost:3000**



(sample container & ubuntu image... added ~ post exam for future reference)
Commands used:
- `docker image build -t test:latest .`
- ` docker container run -d --name CMStest --publish 8080:8080 test:latest`
- ` type .\Dockerfile`
-------------------------------------------