Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assingment#1 Dev Mike Lab #6

Open
Jean-alien opened this issue Jan 23, 2024 · 6 comments
Open

Assingment#1 Dev Mike Lab #6

Jean-alien opened this issue Jan 23, 2024 · 6 comments

Comments

@Jean-alien
Copy link
Owner

Jean-alien commented Jan 23, 2024

find any free enneagram test, like so: https://enneagramtest.com/quiz?afid=gdnens&gad_source=1&gclid=EAIaIQobChMI1a3Wu8P0gwMVB8VMAh1aLQqOEAAYASAAEgKXhfD_BwE

Take it, report result & team compatibility on your Render server for mike

e.g.
I'm type no. XYZ
XYZ are good to work on dev teams cuz of their mullets
XYZ need to watch out for talking too much when everyone already gets it.

@Jean-alien Jean-alien changed the title asfsdffsd Assingment#1 Dev Mike Lab Jan 24, 2024
@Jean-alien
Copy link
Owner Author

Here is my edited app.js code

const express = require('express')
const app = express()
const port = process.env.PORT || 5500;

app.get('/', (req, res) => {
  res.send(`
  <h1>My Enneagram result: Type 9 "Peacemaker"</h1>
  <p>I am Type Nine, which are known as the Peacemaker. I am a  mediator of the group and thrive when helping differing parties resolve conflict. My motivation stems from a desire for peace of mind and fears of experiencing overwhelming strife.</p>
  <p>I can handle difficult conversations and remain level-headed. I am commonly the person people go to when they need a resolution or a second opinion concerning a pressing issue.</p>
  <p>My feelings do not drive them; I have keen instincts that help my teammates gather wisdom to share. I am not confrontational but can navigate conflict to ensure both sides feel understood.</p>
`);
})

app.listen(port, () => {
  console.log(`mike app listening on port ${port}`)
})

@Jean-alien
Copy link
Owner Author

Jean-alien commented Jan 24, 2024

  • save changes to app.js
$ git add app.js
  • exectute app.js to and verify it is connected.
$ node app.js

image

@Jean-alien
Copy link
Owner Author

  • add feature on app.js uploaded
git commit -m 'Enneagram personality test result (added port binding)'

image

@Jean-alien
Copy link
Owner Author

Jean-alien commented Jan 24, 2024

  • upload on branch iss4
git push --set-upstream origin iss4

image

@Jean-alien
Copy link
Owner Author

Jean-alien commented Jan 24, 2024

  • on render, click [Deploy latest commit] for update

image

  • verify it is connected successfully to the port

image

@Jean-alien
Copy link
Owner Author

Jean-alien commented Jan 24, 2024

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant