imersao-fsfc2
No description available.
File Explorer
Download Latest Version (.zip)- elasticsearch.properties
- docker-compose.yaml
- README.md
- configmap.yaml
- deploy.yaml
- service.yaml
- deploy.yaml
- service.yaml
- configmap.yaml
- deploy.yaml
- init.js
- entrypoint.sh
- settings.json
- create-route.dto.ts
- update-route.dto.ts
- route.entity.ts
- routes.controller.spec.ts
- routes.controller.ts
- routes.gateway.spec.ts
- routes.gateway.ts
- routes.module.ts
- routes.service.spec.ts
- routes.service.ts
- app.controller.spec.ts
- app.controller.ts
- app.module.ts
- app.service.ts
- main.ts
- app.e2e-spec.ts
- jest-e2e.json
- .env.example
- .eslintrc.js
- .gitignore
- .prettierrc
- api.http
- docker-compose.yaml
- Dockerfile
- Dockerfile.prod
- nest-cli.json
- package-lock.json
- package.json
- README.md
- tsconfig.build.json
- tsconfig.json
- entrypoint.sh
- settings.json
- favicon.ico
- index.html
- logo192.png
- logo512.png
- manifest.json
- robots.txt
- Mapping.tsx
- Navbar.tsx
- route-exists.error.ts
- geolocation.ts
- map.ts
- models.ts
- App.tsx
- index.css
- index.tsx
- react-app-env.d.ts
- reportWebVitals.ts
- setupTests.ts
- theme.ts
- .env.example
- .gitignore
- docker-compose.yaml
- Dockerfile
- Dockerfile.prod
- package-lock.json
- package.json
- README.md
- tsconfig.json
- produce.go
- route.go
- 1.txt
- 2.txt
- 3.txt
- consumer.go
- producer.go
- .env.example
- docker-compose.yaml
- Dockerfile
- Dockerfile.prod
- go.mod
- go.sum
- main.go
- README.md
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/codeedu/imersao-fsfc2
Downloads the entire project code from GitHub to your computer.
cd imersao-fsfc2
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose -f apache-kafka/docker-compose.yaml up -d --build
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
cd nest-api
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Go
MediumPrerequisites
cd simulator
This project's files live in a subfolder, so move into it first.
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
