git clone https://github.com/terralu/website
cd website
npm i
cd client
npm i
cd ..
npm run dev
Admin:
user: [email protected]
pw: rootroot
Customer:
user: [email protected]
pw: test123
Customer:
user: [email protected]
pw: terra2019
create a .env
file at root with the following structure.
MONGO_URI=
N_EMAIL=
N_PASSWORD=
create a .env
file at client dir root with the following structure.
REACT_APP_PS_TOKEN="PAYPAL_SANDBOX_CODE"