Create a program that allows your school’s Career and Technical Education Department to collect and store information about business and community partners. This program should include information on at least 25 different partners (real or fictional), with details such as,but not limited to, the type of organization, resources available, and direct contactinformation for an individual. The program should enable users to search and filter the information as needed.
Create a database to store partner information. Fields could include: Partner Name Type of Organization Resources Available Contact Information (Name, Email, Phone)
To host the website:
npm install firebase
firebase init hosting
firebase deploy --only hosting
For Local, Preview, and Sharing:
firebase hosting:channel:deploy CHANNEL_ID
firebase hosting:clone SOURCE_SITE_ID:SOURCE_CHANNEL_ID TARGET_SITE_ID:live
firebase deploy --only hosting
firebase deploy --only hosting -m "Deploying the best new feature ever."
For support, email or google message asanch317@west-mec.org.