Skip to content

Care-Amarillo/Care-Amarillo-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provider Frontend

Project Image


Table of Contents

You're sections headers will be used to reference location of destination.


Description

Distributed Provider System

Technologies

  • React.js

Back To The Top


Care Amarillo Backend

  • Backend Code - code

How To Use

Installation

In the project directory:

Create the .env file

Create a .env file in the root of your project directory with these settings: The main thing you will need to change is your backend endpoint, when you get ready for deployment

REACT_APP_BACKEND_ENDPOINT=http://localhost:3000
REACT_APP_AUTOCOMPLETE_GOOGLE_API_KEY=AIzaSyCOvmLGpbzVEgMywSh3g4g6mbaynTbdIiU
REACT_APP_MAP_API_KEY=testApiKey
REACT_APP_SHEETS_GOOGLE_API_KEY=testApiKey
REACT_APP_SHEETS_CLIENT_ID=testId.apps.googleusercontent.com
REACT_APP_FIREBASE_PUBLIC_VAPID_KEY=testVapidKey
REACT_APP_FIREBASE_API_KEY=testApiKey
REACT_APP_FIREBASE_AUTH_DOMAIN=myapp.firebaseapp.com
REACT_APP_FIREBASE_DATABASE_URL=https://myapp.firebaseio.com
REACT_APP_FIREBASE_PROJECT_ID=myapp
REACT_APP_FIREBASE_STORAGE_BUCKET=myapp.appspot.com
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=1234456
REACT_APP_FIREBASE_APP_ID=1:123434:web:1234456
REACT_APP_FIREBASE_MEASUREMENT_ID=G-TEST8ID

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Back To The Top


References

Back To The Top


License

MIT License

Copyright (c) [2020] [Care Amarillo]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Back To The Top


Author Info

Back To The Top