/indybms-frontend

Event Management Application built with Vue.js

Primary LanguageVue

IndyBMS Frontend

Made using Vue 3 and Vuetify

Purpose and Target Audience

IndyBMS is an event booking and discovery application targeted at local audiences that allow users to register for events in their neighborhood. The application contains the entire journey from event discovery to registration. Also, an organizer mode where locals can add events that would undergo a vetting process to verify their authenticity.

Features Implemented

  1. User Login / Register
  2. Search for Events
  3. Find Events from Category
  4. View Event Details
  5. Register For Event
  6. Create Event
  7. Edit Event
  8. Admin Panel (for Manual Updating)

Hosted Web App

IndyBMS - https://indybms.ryandsilva.dev

Pre-Requisites

  1. Install Node.js 16.x or above
  2. Install Yarn package manager

Project Setup

  1. Create a .env file using the .env.example file and replace with the correct URL.
yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build