Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.79 KB

_README.md

File metadata and controls

72 lines (48 loc) · 1.79 KB

Project Name

Gather. The place to share your hobbies. If you have a hobby that needs a few friends, try our free service. Start making events today and find new friends who share your interests!

Team

  • Product Owner: Pyschonauts
  • Development Team Members: Alexa Welch, Michael LeMaire, Christopher Skladzien

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

Some usage instructions

Requirements

  • Node 8.1x.x
  • Postgresql 10.x.x

neccessary database .env configs

DB_HOST=<URL to database>
DB_USER=<username associated with db>
DB_PASS=<password>

.env variables for email mailer (not yet implemented)

EMAIL_SENDER=
EMAIL_PASS=

Development

npm run react-dev
npm run server-dev

Installing Dependencies

From within the root directory:

npm install

Roadmap

The endpoints for editting and deleting events and comments have been set up on the back end. We envision a delete button appearing on the Events Dashboard that lets a logged in user delete or edit their events.

There is room for an automatically mailer that send out invitations to a specific event or sends email to a specific rsvp event.

Public and Private events. Private events would require invitation or a list of users that are notified.

Notifications for RSVP statuses and amounts for a user's events.

We envisioned a reply button on each of the comments that would allow a user to attached a comment to a comment

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.