Skip to content

LJaremek/CloudComputing-MINI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Computing repo

Project on "Cloud Computing".
The main task was to create a program using terraform and Google Cloud.
The project must have a database/storage and some sort of virtual machines/microservices.

Repo tree

.
├───documentation       
│   └───README.md       <- project diagrams documentation
│
├───shared_notes        <- django (backend+fronted)
│   └───api             <- backend
│       └───README.md   <- documentation of endpoints
│
├───terraform           <- terraform code
│   └───README.md       <- terraform resources documentation
│
└───README.md           <- project documentation

How to run project

1. Install requirements

2. Authenticate yourself

Google Cloud:

gcloud auth login
gcloud auth application-default login

SSH key:

ssh-keygen

3. Get the project files

Cone repo:

git clone https://github.com/LJaremek/CloudComputing-MINI.git

Enter the terraform directory:

cd CloudComputing-MINI/terraform

4. Build project

Run terraform init and apply

terraform init
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published