wulfsounds / g2p-thyme

Thyme Calendar App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group 2 Project 2: THYME

License: MIT

Description

Thyme is a weekly calendar that uses back-end databasing using Node, Express.js, and mySQL. Front-end functionality using third-party weather API, jQuery and Moment.js. Users will have the ability to create an account, add tasks, set appointments from both weekly and daily view.

Synopsis

Inspired by a love for cooking, Thyme is a dynamic weekly calendar that offers an immersive culinary experience with daily recipes, wine pairings, and curated playlists. We believe the best memories are cultivated when food and music transcend the evening dinner experience.

Installation

To get started, fork this repo into a text editor, then install the node package into your repo using in the command line.

npm install

Once completed, open the JavaScript file titled server.js in the command line by right-clilcking and selecting 'Open in Integrated Terminal' and enter the following:

Run seed first to implement data into the database..

node run seed

Run the server file using node..

node server.js

Then visit the local.host..

https://localhost:(PORT)

Technology

MySQL OpenWeather API ORM Express.js Node.js; Packages: Sequelize mySQL2 Push Nodemon Express-Handlebars Handlebars Session-Connect Dotenv Bcrypt Axios Trello (kanban) HTML, CSS, Vanilla.js, jQuery Insomnia readme.so

Design Technology

Adobe Xd Photoshop

Additonal Artwork with Procreate

Procreate

Contributions

Usage

thyme main

thyme calendar week view

thyme calendar day view

Links

Credits

Photo Credits in Order of Appearance:

Splash Page

License

MIT License

Copyright (c) 2022 Dev Wulf, Caitlin Stevenson, Neema Velasco, Emily Vazquez

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.

Questions

For questions, contact us through Github!

About

Thyme Calendar App

License:MIT License


Languages

Language:JavaScript 46.8%Language:Handlebars 20.1%Language:HTML 17.7%Language:CSS 15.3%