Skip to content

msmith521/ShareIn

 
 

Repository files navigation

Stories in Ready

ShareIn

alt text

ShareIn is a social application and marketplace allowing neighbors to easily share and borrow items from one another. Users can list items that are available for borrowing, search for items in their neighborhoods, and contact the owners of those items via SMS messaging.

Required Files

Private folder on root directory containing:

apiKeys.js with variables named:

  • sid (from twilio),
  • authorizationCode (twilio),
  • twilioNumber,
  • GOOGLE_API_KEY (google maps geo coding api)

dbconfig.js containig variables named:

  • databaseOptions = { dialect: 'postgres', logging: false, pool: {max: 5,min: 0,idle: 10000,}}
  • databaseUrl = given by postgreSQL host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • CSS 39.9%
  • HTML 0.5%