Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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