An app for users to discover best travel destinations in their vicinity
- Clone the repository
- Run
git pull origin master - Run
npm installin the terminal to install all related dependencies - Create "config" folder in root directory and ".env" file inside "config" folder
- Insert
MONGODB_URL=mongodb+srv://vicinity2k21:<password>@vicinity.dzdde.mongodb.net/test?retryWrites=true&w=majorityin ".env" file. Also, replace password with actual password - Add
FLICKR_API_KEY,EMAILandPASSin ".env" file - Run
npm startornpm run devin the terminal
PORT for running on localhost is
7000
- GET route to homepage
/ - POST route for searching matches by entering URL of preferred image and selecting state
/searchbyurl - POST route for searching matches by uploading preferred image and selecting state
/searchbyimage - POST route for searching matches from all over India by uploading preferred image
/searchGlobal - POST route for sending feedback
/send