subject

First implement this ejs file. Check out the TODO section and implement it. Given:
ejs file:
<% include ../partials/header %>
<% include ../partials/menu %>

Fall 2018 Stats
Detailed information on how the Buffs are doing in the 2018 Football Season!

Game Date
Opposing Team Name
Score
Winner

Home Score
Opp. Score

Wins
Losses

<% include ../partials/footer %>
Then complete the query function for me:
requirements:
/team_stats - get request (no parameters)
This route will require no parameters. It will require 3 postgres queries which will:
1. Retrieve all of the football games in the Fall 2018 Season
2. Count the number of winning games in the Fall 2018 Season
3. Count the number of lossing games in the Fall 2018 Season
The three query results will then be passed onto the team_stats view (pages/team_stats).
The team_stats view will display all fo the football games for the season, show who won each game,
and show the total number of wins/losses for the season.
What I got:
app. get('/team_stats',function(req, res){
//sql statement
//exeucute
//result to render data
res. render('pages/team_stats',{
my_title:"Team stats"
})
});

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 05:00
Who is most likely be your target audience if you create a slide presentation that had yellow background and purple text
Answers: 2
question
Computers and Technology, 24.06.2019 12:00
Match the function to its purpose. fast worth 50pts.
Answers: 1
question
Computers and Technology, 24.06.2019 13:30
Does anybody know how to hack into a google account? i had important information on it and it is gone now and i need getting it back.
Answers: 1
question
Computers and Technology, 25.06.2019 08:10
Rom also called main memory or system memoryis used to stor the essential parts of the operating while the computer is running / true or false
Answers: 2
You know the right answer?
First implement this ejs file. Check out the TODO section and implement it. Given:
ejs file:<...
Questions
Questions on the website: 13722361