An open API service indexing awesome lists of open source software.

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.

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**

![img1](https://github.com/Surajv311/CMS_CLOUD_DA-TEST-SEM-5-/blob/main/images/0.png)

![img2](https://github.com/Surajv311/CMS_CLOUD_DA-TEST-SEM-5-/blob/main/images/1.png)

![img3](https://github.com/Surajv311/CMS_CLOUD_DA-TEST-SEM-5-/blob/main/images/2.png)

(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`

![img4](https://github.com/Surajv311/CMS_CLOUD_DA-TEST-SEM-5-/blob/main/images/3.png)

-------------------------------------------