node-express-mongodb-jwt-rest-api-skeleton
Version:
Node.js express.js MongoDB JWT REST API - This is a basic API REST skeleton written on JavaScript using async/await. Great for building a starter web API for your front-end (Android, iOS, Vue, react, angular, or anything that can consume an API)
17 lines (13 loc) • 560 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>node-express-mongodb-jwt-rest-api-skeleton</title>
</head>
<body>
<h1 style="text-align:center; margin-top: 100px">API home</h1>
<h2 style="text-align:center">For more info visit: <a target="_blank" href=" https://github.com/davellanedam/node-express-mongodb-jwt-rest-api-skeleton">node-express-mongodb-jwt-rest-api-skeleton</a></h2>
</body>
</html>