[go: up one dir, main page]

Skip to content

Fest Data Management System using meteor.js for Managing Participant Registrations and their scores throughout the fest and present it in clean UI for different user levels

License

Notifications You must be signed in to change notification settings

AlexDenver/festdms

Repository files navigation

Fest Data Management System (FestDMS) [Work in-progress]

MIT License

FestDMS is a revised version of MyFest a College Event Management System that was built static-ally with most of the changes requiring changes to the core files, FestDMS is a more user friendly approach to the common problems faced in most of the inter College Fests while handling data.

FestDMS helps you setup a live website which helps in the process of running a full fledged fest starting from Registrations to Results handling, with customized user-types to provide curated dashboards with relevant information at all times.

Targeted Audience

Although the primary audiences for FestDMS are College Fests having more than one event to manage, this application can also be used by anyone wanting to manage their comepetetive events where Online Registrations and Result management is a requirement.

Features

  1. Customizable Landing Page [in-progress]
  2. Participant Registrations
  3. Participants Dashboard
    • Participants Overview (Reception Committee)
    • Participant Management (Reception Committee)
  4. Event Dashboard
    • Add Events (Admin)
    • Add Event Details (Event Head)
    • Manage Event Page (Event Head)
  5. Scores Dashboard
    • Manage Scoring Criteria (Event Head)
    • Record Scores, Disqualify Participants (Event Head)
    • Scores Overview (Certificate Committee)
  6. Notifications Dashboard
    • Create Notifications (Event Head, Committee Heads)
    • Notifications View (Public User)
  7. Finances / Expenses Dashboard
    • Record Expenses (Committee Members) [in-progress]
    • Finances Overview (Finance Comittee) [in-progress]
  8. Admin Dashboard
    • Manage Events
    • Manage Users
    • Manage Landing Page [in-progress]
    • Manage System Variables
    • View User Activity Logs

Getting Started

Prerequisites:

Meteor automatically installs a hidden NodeJS v8, Python v2.7 and MongoDB v3.6 to be used when you run your app in development mode using the meteor command.

Now just clone and start the app:

git clone https://github.com/AlexDenver/festdms.git festdms
cd festdms
meteor npm install
meteor run

this should run the instance on http://localhost:3000 by default.

Start managing your local instance by logging into admin dashboard (http://localhost:3000/auth) the default credentials are username: admin, password: password start exploring the interface from there.

Built Using

  • MeteorJS - Framework for Realtime Data Delivery
  • MongoDB - Meteor Internally uses MongoDB as Data Store
  • GridFS - Storing Images in MongoDB
  • Sass - CSS Preprocessor
  • Angular - Frontend View Manipulations
  • Mailgun - Email Delivery

About

Fest Data Management System using meteor.js for Managing Participant Registrations and their scores throughout the fest and present it in clean UI for different user levels

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published