{"id":18908345,"url":"https://github.com/ibrahimbougaoua/hotel","last_synced_at":"2025-09-03T13:39:58.600Z","repository":{"id":42275065,"uuid":"260306276","full_name":"ibrahimBougaoua/hotel","owner":"ibrahimBougaoua","description":"simple Hotel website using node js and mongodb","archived":false,"fork":false,"pushed_at":"2022-12-12T15:41:50.000Z","size":1247,"stargazers_count":8,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-22T07:10:40.838Z","etag":null,"topics":["bootstrap4","database","expressjs","mongodb","node-js"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibrahimBougaoua.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-30T19:59:43.000Z","updated_at":"2022-12-26T14:09:55.000Z","dependencies_parsed_at":"2023-01-27T21:45:57.974Z","dependency_job_id":null,"html_url":"https://github.com/ibrahimBougaoua/hotel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ibrahimBougaoua/hotel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimBougaoua%2Fhotel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimBougaoua%2Fhotel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimBougaoua%2Fhotel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimBougaoua%2Fhotel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahimBougaoua","download_url":"https://codeload.github.com/ibrahimBougaoua/hotel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahimBougaoua%2Fhotel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453425,"owners_count":25108470,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap4","database","expressjs","mongodb","node-js"],"created_at":"2024-11-08T09:25:45.020Z","updated_at":"2025-09-03T13:39:58.569Z","avatar_url":"https://github.com/ibrahimBougaoua.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple web application using Node js \u0026 MongoDb\n\n\u003ch3\u003eInstallation steps : \u003c/h3\u003e\n\n1 -\u003e install library node js by typing [ npm install ]\n\n2 -\u003e create database with mongodb by typing [ use hotel ]\n\n3 -\u003e Fake Data to using application by typing [ node ./seeder/seeder.js ]\n\n\u003cstrong\u003ePassword : ddd\u003c/strong\u003e\n\n\u003ch3\u003eMvc concept : \u003c/h3\u003e\n\n![stack Overflow](https://2.bp.blogspot.com/-I6bIQMAj-Nc/WWaQAbXnfJI/AAAAAAAABZg/aVDBAFcksSogYYNgWqd1GIkOZgtQuCQ7ACLcBGAs/s320/icon-aspnetmvc.png)\n\n\u003ch3\u003eDatabase schema : \u003c/h3\u003e\n\n\u003cpre\u003e \n// Users schema\nUser {\n        _id : (\"5e946cbe64937321dc961e5e\"),\n        role : \"adminstrator\",\n        Fname : \"ibrahim\",\n        LName : \"bougaoua\",\n        Contact : \"02152145454\",\n        email : \"adminstrator@gmail.com\",\n        password : \"$2a$08$kmk4DRv5jcCRhNKk0OTBhuze6zKitBOSoSoFKQ/qVKinoVbXzVXkm\",\n        avatar : \"profile.png\",\n        created_at : (\"2020-04-13T13:44:30.521Z\")\n}\n\n// Customer schema\nCustomer {\n        _id : (\"5ea73c8ce07d3834300f810f\"),\n        Fname : \"ibrahim\",\n        LName : \"bougaoua\",\n        Contact : \"02152145454\",\n        Email : \"ibrahim@gmail.com\",\n        created_at : (\"2020-04-27T20:11:56.035Z\"),\n}\n\n// Hotel schema\nHotel {\n        _id : (\"5ea73cb7e07d3834300f8110\"),\n        NomH : \"darkness mode\",\n        CateH : 1,\n        AdrH : \"El Bilage fe ramdan\",\n        TelH : \"0522124555\",\n        NbChDisp : 1499,\n        created_at : (\"2020-04-27T20:12:39.507Z\"),\n}\n\n// Room schema\nRoom {\n        _id : (\"5ea73ccee07d3834300f8111\"),\n        NumH : \"5ea73cb7e07d3834300f8110\",\n        NumberPlace : \"1\",\n        CatCh : \"family\",\n        Disponible : \"yes\",\n        Description : \"Lorem ipsum dolor sit amet, consectetur adipisicing elit.\",\n        created_at : (\"2020-04-27T20:13:02.174Z\"),\n}\n\n// Reservation schema\nReservation {\n        _id : (\"5ea73cdce07d3834300f8112\"),\n        NumH : \"5ea73cb7e07d3834300f8110\",\n        NumCu : \"5ea73c8ce07d3834300f810f\",\n        DateDebRes : \"2020-04-01\",\n        DateFinRes : \"2020-04-02\",\n        created_at : (\"2020-04-27T20:13:16.692Z\"),\n}\n\n\u003c/pre\u003e \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimbougaoua%2Fhotel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahimbougaoua%2Fhotel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahimbougaoua%2Fhotel/lists"}