Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimarker/kryssplatform_exam
Exam soulution for TDS200-V18 - Crossplatform Ionic 3 App for selling used school books
https://github.com/minimarker/kryssplatform_exam
exam firebase-auth firebase-database google-maps-api ionic3
Last synced: 3 days ago
JSON representation
Exam soulution for TDS200-V18 - Crossplatform Ionic 3 App for selling used school books
- Host: GitHub
- URL: https://github.com/minimarker/kryssplatform_exam
- Owner: MiniMarker
- License: gpl-3.0
- Created: 2018-11-30T20:24:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T08:05:58.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:29:34.661Z (7 months ago)
- Topics: exam, firebase-auth, firebase-database, google-maps-api, ionic3
- Language: TypeScript
- Homepage:
- Size: 3.36 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kryssplatform_Exam
This repo contains my project for the exam delivery for TDS200 - Kryssplatform App-utvikling.
This is an application made in Ionic 3 and represents an application where a user can sell used books.For more information (in norwegian) on how this app was made, please read the documentation for this project [HERE](Reebooked_dokumentasjon.pdf)
## Installation
To use this app you need to register an account in Google Firebase and create a file in `src/app/` named `GoogleFirebaseApiKey`.
Template to this file:```
export default {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: ""
};
```To get Google Maps to work you also need to register a API-key for Google Maps and create a file in `src/app/` named `GoogleFirebaseApiKey`.
Template to this file:
```
export default "";
```## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D