# Prerequisites

* [ ] Cont [GitHub](https://github.com/) (sau altă platformă asemănătoare)
* [ ] [Visual Studio Code](https://code.visualstudio.com/) (sau alt editor)
* [ ] Postman - <https://www.postman.com/downloads/>
* [ ] NodeJS - <https://nodejs.org/en/download/>
* [ ] Git - <https://git-scm.com/downloads>
* [ ] Cont MongoDB - <https://account.mongodb.com/account/login> - free
* [ ] MongoDB Compass - <https://www.mongodb.com/try/download/compass> - alegeti MongoDB Compass Download (GUI)
* [ ] Vercel Account - <https://vercel.com/signup> - free. Va recomand sa va conectati cu contul de GitHub, pentru a da direct permisiunile de care vom avea nevoie mai tarziu la deploy
* [ ] Cont OpenAI - free, daca folositi ChatGPT probabil il aveti deja creat
* [ ] AWS Account - <https://portal.aws.amazon.com/billing/signup#/start/email> - cere un card pentru crearea unui cont, dar vom folosi doar free tiers

## Extra:

* [ ] MySQL Workbench - <https://dev.mysql.com/downloads/workbench/> (setări default)
* [ ] Google Cloud Platfom Account - <https://cloud.google.com/> (gratuit, 300$ free usage credit, cere o validare a unui card de credit dar nu percepe costuri suplimentare decât în cazul unui upgrade)
* [ ] Heroku Account - <https://signup.heroku.com/dc> - Free
* [ ] Heroku CLI - <https://devcenter.heroku.com/articles/heroku-cli> - Install with an Installer


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gurita-alexandru.gitbook.io/cloud-computing-2023-simpre/seminar-1/prerequisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
