A simple web app, with the front-end developed using Pure Vanilla js and back-end using Firebase Cloud Functions, to provide a voting infrastructure for Prakalpa, an annual showcasing of projects in PES University.
- Aniket Kaulavkar PES1201700095
- Rishi Ravikumar PES1201700754
- Vishnu S Murali PES1201701264
Run a python http server by executing the following command in the /frontend/
directory.
python3 -m http.server
yarn global add firebase-tools
To install dependencies, run the following command in the /backend/functions/
directory.
yarn
Run firebase-login
to login to firebase inside the /backend/
directory.
To run server locally, type the following command in the /backend/
directory.
firebase serve --only functions
To deploy cloud functions, type the following command in the /backend/
directory.
firebase serve --only functions
Make sure a working internet connection exists.