Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elratto21/hopfly
Project for school course.
https://github.com/elratto21/hopfly
angular ionic supabase
Last synced: 10 days ago
JSON representation
Project for school course.
- Host: GitHub
- URL: https://github.com/elratto21/hopfly
- Owner: elRatto21
- Created: 2024-12-06T15:01:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T10:52:15.000Z (2 months ago)
- Last Synced: 2025-02-06T05:13:26.519Z (10 days ago)
- Topics: angular, ionic, supabase
- Language: TypeScript
- Homepage:
- Size: 25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# Hopfly
Hopfly is a Beer-Tracker app which you can use to track your own consumption and see useful stats!
## Content
1. [Installation & Setup](#-installation--setup)
## 🚀 Installation & Setup
### Prerequisites
- Node.js
- Ionic CLI
```bash
npm install -g @ionic/cli
```
- Android Studio
- Supabase### Installation
1. Clone repo:
```bash
git clone https://github.com/elratto21/hopfly.git
```2. Go to project directory
```bash
cd hopfly
```3. Install packages
```bash
npm install
```4. Start development server (Open in web)
```bash
ionic serve
```
### Build android APK```bash
ionic build
npx cap add android
npx cap sync
npx cap open android
```Now go to "Build", "Generate Signed App Bundle / APK", choose APK and generate a new release APK with your keystore. The APK can then be installed on android devices or in an emulator.