Skip to content

A collaborative, team project application using MySQL. Allows users to create and attend events (partays) occurring in their social circle.

Notifications You must be signed in to change notification settings

Pete-Scale/partay-tracker

 
 

Repository files navigation

Partay Tracker

License: MIT

Description

A web application that allows users to create and attend events/partays occurring in their social circle. Users can add important details to their event including a title, summary, date, time, location, and an image. Users of the app can also stay in the loop of all other events/parties being created through emailed notifications.


Table of Contents


Installation

  1. Copy the HTTPS link from repository
  2. Open the folder you wish to add this application to in your code editor.
  3. Open the integrated terminal in the selected folder.
  4. Run git clone and paste HTTPS link from repository.
  5. Run "npm i" to install the node modules associated with this application.
  6. Change password in config.json under development to match your MySQL password
  7. In the terminal, type in "node server.js" to run the application, enjoy!

User Stories

  • As a party thrower, I want my social circle to be aware of the event(s) I am throwing, so that they have all the important details (date, time, location, etc).
  • As a party goer, I want to see all the events happening in my social circle, so that I can keep track of what’s happening & when.

Current Capabilities

  • Ability to create new events
  • Ability to add Event details
  • Ability to indicate attendance
  • Welcome Email/Notification upon app registration
  • Notifications upon creation of new events

Future Development

  • Editing of events
  • Auto deletion of events once they’ve occured
  • Allowing host to invite specific users to their event
  • Ability for users to only see events they’ve been invited to
  • Allow host to add items needed for event
  • Allow users to sign up for items
  • Private social circles

Usage

Applicaton in use


Screenshots

Signup Login CreatePartay Partays PartayDetails PartayDetails PartayDetails


Tests

Test of the application


Deployed Site

Live Site


Technologies

  • MySQL
  • Node
  • Express
  • Handlebars
  • Sequelize
  • Passport
  • Bootstrap
  • Anime.js
  • Nodemailer
  • Confetti Library

Credits


Contributors

Front End

  • Aika Kuo
  • Manpreet Lakhan

Back End

  • Pete Scale
  • Michael Rosa-Vourazeris

Contributing

Anyone can contribute to this application by forking the repo, adding their code to the application, and then sending any of the contributors a pull request so the main branch can be updated.


License Under

MIT License

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.

About

A collaborative, team project application using MySQL. Allows users to create and attend events (partays) occurring in their social circle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • Handlebars 26.0%
  • CSS 10.8%
  • Shell 0.2%