Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/am4nn/hotelpedia--fullstackproject
A full stack and deployed project stores the information about hotels and thier rating
https://github.com/am4nn/hotelpedia--fullstackproject
authencation cloudinary css expressjs full-stack-web-development heroku html javascript mapbox mongodb nodejs
Last synced: about 8 hours ago
JSON representation
A full stack and deployed project stores the information about hotels and thier rating
- Host: GitHub
- URL: https://github.com/am4nn/hotelpedia--fullstackproject
- Owner: Am4nn
- Created: 2022-06-16T23:20:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-20T15:55:40.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:32:58.703Z (almost 2 years ago)
- Topics: authencation, cloudinary, css, expressjs, full-stack-web-development, heroku, html, javascript, mapbox, mongodb, nodejs
- Language: JavaScript
- Homepage: https://intense-caverns-79298.herokuapp.com/
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HotelPedia--FullStackProject
A full stack and deployed project stores the information about hotels and thier rating
It has many functionalities like login, register, navigate, etc
Technology Use : Nodejs, Expressjs, MongoDB, HTML, CSS, JS, Cloudinary, MapBox
Deployed on Heroku
To visit live website goto : https://intense-caverns-79298.herokuapp.com/
Preview of Website :
![Screenshot (696)](https://user-images.githubusercontent.com/86537681/174194400-f51e598f-fe71-4195-baa0-7b8575b5d5bb.png)
![Screenshot (697)](https://user-images.githubusercontent.com/86537681/174194405-b9c7ca7c-d146-45c7-9ea9-c768cf084803.png)
![Screenshot (698)](https://user-images.githubusercontent.com/86537681/174194408-5c86d127-d168-46c3-8b7f-1f1fd5ed82b6.png)
To visit website on local computer :
Download the code and run "npm install"
and then set up some evm variables i.e. CLOUDINARY_CLOUD_NAME, CLOUDINARY_KEY, CLOUDINARY_SECRET, MAPBOX_TOKEN, DB_URL
three of these are for cloudinary and then mpabox and last one is mongodb atlas for database
and then run "node app"
then open http://localhost:3000/ in your local machine to visit the site