This is a conversational learning platform.
- Step 1 git clone https://github.com/ALCOpenSource/conversational-app-team5.git
- Step 2 cd converstaional-app-team5
- Step 3 npm install
- Step 4 npm start // This starts your Front end, check the page on localhost:3000
-
cd backend
-
Setup
- Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the file path of the JSON file that contains your service account key Refer to docs
- Create a .env file to include the various environmental variables used within the app. These are:
- DATABASE_URL
- API_KEY
-
npm install
-
npm run dev // This starts your backend
##Frontend - Host Update
- hosted on netlify
- https://masterminds-app.netlify.app/