Giter Site home page Giter Site logo

lefthandedwhisperer's Introduction

Handelser

An event calendar and map that lets you know when your favorite bands are in your area.

Team

  • Product Owner: Alberto D'Souza (ardsouza)
  • Scrum Master: Matthew Jacobs (CubeSquared)
  • Development Team Members: Jammie Mountz (jammiemountz), Kyle Rokita (futbalguy)

Table of Contents

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

Usage

Once you've created a user account, you can create events, follow other users and edit your profile by clicking on the righthand dropdown menu. Clicking on events in the calendar will cause their details to appear in the righthand panel.

In both the map and the calendar, you can filter events by location, distance and creator by using the built-in search fields.

Development

Our project primarily uses Backbone for front end functionality (with Bootstrap for styling), and uses Express, Postgresql and Bookshelf for the server, which runs on Node.

Installing Dependencies

From within the root directory:

sudo npm install -g bower npm install bower install

Install and run PostgreSql

Download and run installer from www.postgresql.org Run psql

The database will persist unless it is shut down, so if you are using any kind of mock data during development you may find it necessary to delete the tables and let the app recreate them. To do this, simply use:

drop table events;

and

drop table users;

then restart the app.


### Start Server

From the root directory, run 'nodemon index.js' in the command line

Contributing

See CONTRIBUTING.md for contribution guidelines.

lefthandedwhisperer's People

Contributors

ardsouza avatar technikyle avatar jammiemountz avatar cubesquared avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.