This project was created for the intents and purposes of building a wedding event bidding website. The objective of the project was for the users to be able to come to our website, make a profile, create their event posting, and post their events for vendors to view. On the vendor side, we wanted them to bid on these events after being able to view them. All of the event details will be gathered from user input. The data will go through CRUD routes and stored on a mySQL database. Execution of this project required our team to:
- Utilize npm packages to access mySQL, express, and passport functions
- Being able to use mySQL workbench to generate the database
- Understanding of API routes in order to get, post, and delete our data
The project is done through the use of Visual Studio Code and MySQL Workbench with aide from NPM documentations.
Access the webpage by going to this link HERE
Or copying and pasting this link to your browser: https://still-plains-42987.herokuapp.com/
The link will take you to the website's homepage which is shown here:
From there you can choose to proceed as a customer or as a vendor.
If you signed up and log in as a customer you will be presented with a profile page like the example below:
From there you can view all of your events and proceed to create an event.
Event creating will then take in your user inputs. All required fields will need to be filled in order to proceed to the next screen.
All created events will be shown on the user profile.
Vendors will take a similar routing. They will be able to sign up using our form:
After signing in, vendors can then view all events created on our website and interact with them.
Repository Used: GitHub
Code Editor Used: Visual Studio Code
Extensions: Prettier-Code Formatter
Team members :
- Raj Kakar
- Alix Kazlauskas Webb
- Erin Crocker
- Long Huynh
All aide and instructions were provided to us by the Georgia-Tech Bootcamp instructors
MIT License
Copyright (c) [2020]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.




