- Sook-Hee Evans - Environment setup and deployment, form validation
- Nicole Kennedy - Database integration
- Eli Lleshi - Authentication
- Brooke Peterson - Design
https://jumbo-rate.herokuapp.com
cd <PATH TO DIRECTORY YOU WANT YOUR CODE TO BE IN>
git clone https://github.com/sevans09/JumboRate.git
cd JumboRate
- Install Node.js from https://nodejs.org/en/download/
- Install heroku (mac):
brew tap heroku/brew && brew install heroku
npm install express --save
- Move into the
JumboRate
directory heroku local web
- Go to http://localhost:8081/
- Quit with Control+C
- Frontend: JavaScript
- Backend: Node.js, Express.js
- Database: Firebase
- API: Google Sign-in (Authentication)
- Deployment: Heroku