Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Khushigupta8/Hotel-Management-Webpage/

README.md /cody/Khushigupta8/Hotel-Management-Webpage/README.md
255 Views
0 Comments
# Hotel-Management-Webpage
Hotel Booking Webpage: Dive into the world of HTML, CSS, and a touch of JavaScript with this college
index.html /cody/Khushigupta8/Hotel-Management-Webpage/index.html
366 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initi
node_modules /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/
62 Items
  • .bin
  • accepts
  • array-flatten
  • body-parser
  • bytes
  • call-bind
  • content-disposition
  • content-type
  • package-lock.json /cody/Khushigupta8/Hotel-Management-Webpage/package-lock.json
    171 Views
    0 Comments
    {
    "name": "khushi",
    "version": "1.0.0",
    "lockfileVersion": 3,
    "requires": true,
    "packages": {
    "": {
    "name":
    package.json /cody/Khushigupta8/Hotel-Management-Webpage/package.json
    196 Views
    0 Comments
    {
    "name": "khushi",
    "version": "1.0.0",
    "description": "",
    "main": "server.js",
    "scripts": {
    "test": "echo \"Error
    server.js /cody/Khushigupta8/Hotel-Management-Webpage/server.js
    172 Views
    0 Comments
    const express = require('express');
    const path = require('path');
    const bodyParser = require('body-parser');

    const app = expres