As technology advances, we often aim for newer and better approaches for solving problems leaving behind the orthodox methods. Though, most of the things have been brought to our 6.5 inch screen, there's one thing which we feel, still needs improvisation- The Event Management System. The need arises mainly when one need to organise an event/ceremony outside our hometown. So instead of hustling around, worrying for contact details for best DJ, decorators around the city one just need to hop-on to our app and book his requirements for the occassion. With this motivation we have built this one stop app for all your occassion needs.
There is always one market leading application which stays on top of people's head that satisfies all the needs in one go, incase of food delivery ZOMATO holds the cup and for cab services OLA makes it way to the top. People tend to comeback to these applications becuase the services give top notch supply for their demand.
There is no market leading application that provides all the services required for a hustling person trying to conduct an event in 5 simple steps, we built this application to bring together the customers and the companies, increase market sales reach and interaction, also drastically decreases the time and effort of an induvidual put for conducting and organising an event.
- Decreased offline sales of companies
- Reduced opportunity
- High demanding time, money, energy and effort of customers
- No platform for customers and companies to directly interact
- Collaboration within the induvidual companies
- Boosts the reach of the companies with increased sales.
- Easy patnership with Eventour for better opportunities.
- Drastically decreases the time, money and energy and effort of the customers.
- User friendly platform for increased interaction between customers and companies.
- Increased collaboration within companies for integrated events.
root
├── App Files
| ├── README.MD
│ ├── Lib (folder)
| └── pubspec.yaml
|
│── Web Files
| ├── README.MD
| ├── Src (folder)
│ └── package.json
|
|
└── README.MD(You are HERE!!!📌)
- App Files
lib
: This folder contains code for main file, various other component screens like Home screen, Login Screen, and some other model files for connectivity with GCloud.pubspec.yaml
: This file contains various dependencies required for Flutter project.
- Web Files
src
: This folder contains files required for adding design and functionality to website.package.json
: This files includes the dependencies requied for the website.
1️⃣ Implementing SAWO Labs API for User Signup-authentication.
2️⃣ We used Twilio for sending the confirmation of the order to the user and the business associate through SMS.
3️⃣ Integrating Storyblok content management API to fetch data for our website.
4️⃣ Used Google Cloud service in our application for enabling the google sheets API and generating the credentials
5️⃣ Used GoDaddy for having a new domain and Netlify for hosting the website.
6️⃣ Using Google sheets as database to store and fetch the data via Google Cloud.