- Satyaki Ghosh
- Jenard Cabia
- Christopher Baker
The entire database for our project can be found in the file titled 'Database.json'. The database is in JSON format and can only be used for NoSQL databases.
- Install Node.js
- Open the Node.js terminal
- Run this command using the terminal
npm install -g cordova ionic - Move to the project directory and run this command using the terminal
npm install - Start the application with command (Application will run on localhost)
ionic serve
The backend code is in the functions folder, index.js file. All the code in the index.js file is deployed to Google Firebase which runs on a cloud platform. The code in this file is compiled using Node.js (a.k.a. not pure js). The frontend code is in the src folder.
npm install
npm install --save [library name]
- The Android and iOS platforms must be setup first:
- Then run command (platform can be: browser, android or ios):
ionic cordova run [platform]
- Ionic (UI/Frontend) Docs:
- Firebase (Authentication/Database/Backend) Docs:
- Apache Cordova (Cross-platform plugins and libraries)
- Node Package Manager (npm) Libraries