An application similar to Facebook targeted to the older generation of women. Features include: large text, a homepage of all posts, and comments on all posts. Only authenticated users can create new posts and comment. All posts will be public to any other logged-in user.
- Heroku server and database
- Sequelize ORM
- Express session with cookies utilized with Passport
- npm Passport package for authentication
- Handlebars template engine
- Materialize framework for CSS
- Filtered results to view common interests like recipes, bingo tips, and stories about grandchildren via use of tags.
- Images: ability to add images and save to AWS S3 bucket
- Shared calendar to coordinate group events
- Interest groups (reading, knitting, bridge etc.)
- DB - Corbin, Colin
- Server - Adam
- Front End - Corbin, Adam
- Routes - Sandu, Adam
- Models - Renae, Colin
- Auth - Renae
The following resources were used:
* https://materializecss.com/
* http://www.passportjs.org/docs/
* http://expressjs.com/
* https://unsplash.com/
Copyright © Team of GrammaGram
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.