This repo contains the code from the QWERHacks x ACM Cloud demo, showcasing leveraging Google Cloud's firebase hosting and firestore database features to create and deploy a full stack application.
To run the site locally, perform the following steps:
- Ensure Node.js is installed
- Clone the repo locally
- Navigate to the project directory and run
npm install - Run
npm run dev - Open the link in the terminal to view your live site
After making changes, simply run the command firebase deploy in the project directory.
- For detailed steps taken to create the repo code and further context, view the workshop slides.
- Firebase API reference.
- Firebase documentation.