We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b73b commit a056c4bCopy full SHA for a056c4b
public/index.html
@@ -1,13 +1,13 @@
1
<html>
2
3
<head>
4
- <title>Express</title>
+ <title>Nodejs API boilerplate</title>
5
<link rel="stylesheet" href="/stylesheets/style.css">
6
</head>
7
8
<body>
9
- <h1>Express</h1>
10
- <p>Welcome to Express</p>
+ <h1>A boilerplate for REST API Development with Node.js, Express, and MongoDB</h1>
+ <p>Author: <a href="mailto:maitraysuthar@gmail.com">@Maitray Suthar</a></p>
11
</body>
12
13
</html>
0 commit comments