Skip to content

A full stack and deployed project stores the information about hotels and thier rating

Notifications You must be signed in to change notification settings

Am4nn/HotelPedia--FullStackProject

Repository files navigation

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)
Screenshot (697)
Screenshot (698)


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