Skip to content

Cup of Sugar is simply a platform for good neighbors to be good neighbors. Cup of Sugar users can easily find local and national resources, browse posts about what resources or services are available or needed in their community, and connect with one another to help fulfill those needs. Users can create posts of their own as well where they can …

License

Notifications You must be signed in to change notification settings

OmaurBliss/Cup-of-Sugar

 
 

Repository files navigation

Cup of Sugar

Connecting good neighbors wherever they may be.

License: MIT

Description

Cup of Sugar is simply a platform for good neighbors to be good neighbors. Cup of Sugar users can easily find local and national resources, browse posts about what resources or services are available or needed in their community, and connect with one another to help fulfill those needs. Users can create posts of their own as well where they can offer up free food or clothing, or to ask for help with something in their home.

To achieve this functionality, Cup of Sugar utelizes Express, MySQL, Sequelize, Session-Sequelize, Handlebars, jQuery, javaScript, and CSS to allow logged in users to access existing posts, create, update, or delete their own posts. They also have the ability to connect with one another by commenting on posts. This application also features a customized user experience by dynamically rendering data specific to who they are and what they are looking for during their time on Cup of Sugar.

Visit Cup of Sugar on Heroku

image

Table of Contents

Installation

Run the following command to install any necessary packages:

npm install

Usage

  1. Copy and paste the contents of 'schema.sql' into MySQL to create the Cup of Sugar database.
  2. Update the .env file with the appropriate credentials.
  3. Run the following command to seed the database:
node seeds/seed.js
  1. Run the following command to start the server:
npm start

Credits

With help from Blake Dragos

License

Distributed under the MIT license. Full license information: Lcensed under the MIT License; you may not use this file except in compliance with the License. You may obtain a copy of the License at: https://opensource.org/licenses/MIT Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Questions

Please feel free to reach out to any one of us with questions:

About

Cup of Sugar is simply a platform for good neighbors to be good neighbors. Cup of Sugar users can easily find local and national resources, browse posts about what resources or services are available or needed in their community, and connect with one another to help fulfill those needs. Users can create posts of their own as well where they can …

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.3%
  • Handlebars 28.9%
  • JavaScript 21.9%
  • CSS 2.9%