Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const students = [
{ id: "28-09121", name: "Omar Sherif", github_username: "osheriff", email: "omarr@whatever.com" },
{ id: "21-094123", name: "Mathew White", github_username: "matheww", email: "matheww@whatever.com" },
{ id: "15-10312", name: "Dom Sundle", github_username: "domss", email: "domss.whatever.com" },
{ id: "7223", name: "Gehad Ismail", github_username: "Gehad93", email: "gehad.ismail@guc.edu.eg" }
{ id: "7223", name: "Gehad Ismail", github_username: "Gehad93", email: "gehad.ismail@guc.edu.eg" },
{ id: "40-12196", name: "Abdelrahman Ashraf", github_username: "aashraaf", email: "abdelrahman.ashraf@student.guc.edu.eg" }
];

app.get('/', (request, response) => {
Expand Down
15 changes: 15 additions & 0 deletions server/node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions server/node_modules/.bin/mime.cmd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

224 changes: 224 additions & 0 deletions server/node_modules/accepts/HISTORY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions server/node_modules/accepts/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading