Coder Social home page Coder Social logo

event_ticketing_platform's Introduction

README

Usage

Install Ruby

Application requires ruby version 2.4.1:

$ rvm install 2.4.1
$ rvm use 2.4.1 --default

rvm is a ruby version management tool which allows installation of multiple versions of ruby. Please see official documentation for instructions on how to install rvm.

Install Rails

Application requires rails version 5.2.4:

$ gem install rails -v 5.2.4

UI

Html, css, flexbox

Gems

As a standard rails application bundler is used for management of dependencies. To install dependencies:

$ bundle update
$ bundle install

Above commands should be run from root directory of the application.

setup DB, apply migrations

$ rake db:migrate
$ rake db:seed

Default user

email: [email protected]
password: admin@123
role: Admin
Gender: Male

Application flow and features

Roles: Admin, User

Admin

Can create and delete Event,
View Event details such as number of Guest and Guest list

User: 

View Event List, 
Accept/Reject active events
View Event details such as number of Guest and Guest list (name and gender)

Pricing

Based on Gender


event_ticketing_platform's People

Contributors

rsakhi avatar

Watchers

James Cloos avatar  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.