Web app that allows users around the world find near by places and people interested in visiting them. Created using node + express + react + Mongo. Information about different places including location, category and name was taked from Foursquare's API. App created for WebDev class at uniandes. Requires a Mongo server with a database running locally.
npm install
npm run webpack
npm start
Then open your browser on http://localhost:8000
npm run start:dev
Then open your browser on http://localhost:8080