Giter VIP home page Giter VIP logo

bc-9-eventbuzz's Introduction

Event Buzz ๐ŸŽซ ๐ŸŽซ

Introduction

Event Buzz is a console application that facilitates a ticket booking service
Event Buzz allows a user to do the following:

  • Create a new event with a name, start date, end date and venue
  • Generate tickets for events and send an email update
  • Invalidate a ticket
  • View an event's tickets
  • Delete an event
  • List out all events
  • Send email updates on an event's schedule

Dependencies

Backend Dependencies:

  1. Docopt - This is a Pythonic package that allows creating the command-line interface for eventbuzz.
  2. SQlite - This is a light-weight relational database that eventbuzz uses to store event data.
  3. SQL Alchemy - This is a python SQL toolkit and Object relational mapper.
  4. smtplib - This is a python library that handles sending of emails via python modules.
  5. python-crontab - This is a python library that enables scheduling of various tasks.
  6. mailgun - Mailgun offers an API for sending emails.

Installation and setup:

  • Navigate to a directory of choice on terminal.

  • Clone this repository from Github on that directory.

    • Using SSH;

      [email protected]:josephmuli/bc-9-eventbuzz.git

    • Using HTTP;

      https://github.com/josephmuli/bc-9-eventbuzz.git

  • Navigate to the repo's folder on your computer

    • cd bc-9-eventbuzz
  • Install the app's dependencies. I advice using a virtual environment

    • pip install -r requirements.txt
  • Run the app

    • python tickets.py -i for interactive mode

Tests

  • Tests have been written using the python unittest framework.
  • To run the tests, navigate to the project's root folder,
  • issue the following command on terminal.
    • python buzz_tests.py
  • If the tests are successful, they will not display any error or failure.

To-Do:

  • Cron jobs to be assigned email addresses
  • User profiles for user identification
  • Event edit for event detail change

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.