Currently there is no easy, safe, and efficient way to directly buy and sell Nashville Predators tickets without a middle man. All secondhand ticket selling sites have astronomical fees for both buyers and sellers these days. Breakaway tickets aims to solve that problem.
Main Functionality:
- Listing tickets for sale
- View all Ticket Listings
- Filter Ticket Listings by Date of Game and Level
- Message Ticket Seller from Listing
- Edit your Ticket Listing
- Mark your Listing as Sold
- Delete your Listing
For fun, the app also includes the full game schedule for the remaining Nashville Predators games. It also features the current Team Roster. Finally it includes the current standings in the NHL for division and conference with a key at the bottom for those who don't know what all the symbols mean. All of those are updated in real time from the NHL API.
Future Functionality:
- In the future you will be able to rate a buyer and seller based on how your interections with them on the site have gone.
- I would also like to make user profiles public so that you can see ratings and add another user as a friend so you may conduct business together in the future.
To Clone Clone the repo to your computer and run npm install in the directory
Start the json-server:
run json-server -p 3003 -w capstone.json When you're ready to start the server:
make sure you are in the root folder (same level as README.md) run npm start This will run the app in the development mode. Open http://localhost:3000 to view it in the browser. Data will be served from the main API hosted online.