This is the final project from FbW4
git clone https://github.com/devugees/react-shopitme
cd react-shopitme
- Install backend:
yarn install
from root folder - Install frondend:
cd fronend && yarn install
- copy the
.env.example
to.env
- copy the
frontend/.env.example
tofrontend/.env
.env
create a mongodb on MLAB or use a local one
create a google email and use it for the mailnotifire
DB_URI=MONGOURL
E_MAIL=GOOGLE_E-MAIL
PASSWORD=GOOGLE_PASSWORD
frontend/.env
set up google maps api key
REACT_APP_MY_KEY=GOOGLEMAPSAPIKEY
Then run yarn dev
to run the app. It should open on localhost:3000
and you should see something like that: