With this application, users can create a profile under Bands or Venue, so they can utilize local information in order to determine whether the want to utilize that venue or that band. It includes a completed profile with information about the band/venue, address, contact information, reviews, photos/video, rates, and availability. View the site here Rapsheet
User 1
- As a restaurant/bar owner with open availability
- I want to see availability for all bands in my area
- So that I can quickly book someone without having to call bands individually
User 2:
- As a band looking to schedule gigs
- I want to be able to advertise information about my band/availability to potential venues
- So it’s easier for us to find and book work
- Clone the repository to local storage.
- Create mySQL database named “passport_demo”
- Open the config folder and open the file named “config.json”
- Enter the correct credentials in the username/password
- Open terminal in the current repo
- Run “npm i” this will install the node packages
- In the terminal run “node server.js” and this should connect to the server
- Open web browser and type “http://localhost:8080 in nav bar
- Start using the application
Roadmap Some future developments that were discussed included: A "remember me" option for logging in Place Inactivity time-limit on logins Add/Edit images on profile Adding photo/video/audio to SQL server Image upload feature for the user API for venues to pay bands.