Author: Raymond Feng Ray-f (rf.raymondfeng@gmail.com)
Contributors: Michael Howell Mykhol (michael@nunc.co.nz)
node(version 14.15+) is installedyarnis installed
- Run
yarn installin the root directory - Run
yarn run initin the root directory
- Run
yarn run startin the root directory
- Create a file under
server/.envwith the following fields
MONGODB_URI_DEV = <MONGODB_DEV_URI>
ENV = DEV
PORT = 9001
- Create a file under
client/.envwith the following fields
REACT_APP_GOOGLE_CLIENT_ID = <GOOGLE CLIENT ID>
Contact rf.raymondfeng@gmail.com to get a Mongo URI and Google Client ID.