Skip to content

Care-Amarillo/Care-Amarillo-Backend

Repository files navigation

Provider Backend

Project Image


Table of Contents

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


Description

Distributed Provider System

Technologies

  • Node.js
  • MongoDb

Back To The Top


Care Amarillo Frontend

  • Frontend Code - code

How To Use

Installation

JWT_KEY_OR_SECRET=testing
MONGO_URL=localhost
MONGO_PORT=27017
EXPRESS_PORT=3000
MAILGUN_API_KEY=YOUR_MAILGUN_API_KEY
MAILGUN_API_BASE_URL=YOUR_MAILGUN_BASE_URL
MAILGUN_DOMAIN=YOUR_MAILGUN_DOMAIN
CHANGE_PASSWORD_URL=https://yourdomain.com/updatePassword
EMAIL_URL_REPLACE=https://www.toreplace.com
PASSWORD_LENGTH=6
INITIAL_ADMIN_USER_EMAIL=tester@amarillocollege.com
INITIAL_ADMIN_USER_PASSWORD=testing
  • node index.js

API Reference

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