Table of Contents
Preinstall Node.js
- Clone the repo
git clone https://github.com/michikochew98/PinME-Location-Review.git
- Run yarn to install required libraries for frontend and backend
yarn
- Create account in MapBox API (https://www.mapbox.com/) and MongoDB Atlas (https://www.mongodb.com/atlas/database). Key created and keep in created .env files.
- Run npm run start at frontend dir and npm run start at backend dir to run project
yarn start
Click location icon to see review. Double click to add review (Must register account first).