Node >= 14
NPM >= 7
npm install
npm start
the client runs on port 1234
the API runs on port 3000
http://localhost:3000/offers
[
{
"price": 706.08,
"course": {
"name": "Engenharia Mecânica"
},
"university": {
"name": "UNIP",
"logoUrl": "https://www.tryimg.com/u/2019/04/16/unip.png"
}
}
]
<div id="app">
<div class="container">
<h1>Lista de ofertas</h1>
<main class="wrapper">
<!-- offer cards -->
<!-- offer cards -->
<!-- offer cards -->
<main>
</div>
</div>
<div class="offer-card">
<img src="https://www.tryimg.com/u/2019/04/16/unip.png" alt="UNIP">
<h2>Engenharia Mecânica</h2>
<p>
<strong>R$ 706,08</strong>
<span>/mês</span>
</p>
</div>