Repository for Kundestyrt prosjekt H2024 - Tieotoevry Banking by Group 8.
Tietoevry aims to gain insights through student collaboration on designing a potential bankingapplication tailored for children. This repository contains the source code for an MVP that serves as inspiration for the customer to a potential child banking-app.
This project is built using:
To get a local copy up and running, follow these steps:
-
Clone the repo
git clone https://github.com/Kundestyrt-prosjekt-2024/TieToEvry_project.git
-
Navigate to the project repository
cd TieToEvry_project
-
Install dependencies
npm install
IMPORTANT - In order to run the app, you need the API keys to our database. Contact [email protected] for these, or if you experience any troubles during set-up. Store them in a .env file, in the format of .env.example
To run the app in development mode, follow these steps:
-
Start the Expo development server
npm start
-
Open the Expo Go app on your Android or iOS device.
-
Scan the QR code displayed in your terminal or browser to view the app on your device.
Alternatively, you can run the app in an Android or iOS simulator: