Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.17 KB

File metadata and controls

59 lines (40 loc) · 1.17 KB

Humble Bank 💰

Humble Bank is a mobile (iOS) app aimed at helping us track and categorize your transactions to save the their wallet from unexpected or unrecognized expenses.

Getting Started

You would need git, Node, npm, to work on the Humble Bank app also Follow the instructions supplied below them or on their links to get them up and running before you continue with Installation.

  • Xcode - Install from App Store.
  • Cocoapods - a dependency manager for Swift and Objective-C Cocoa projects. sudo gem install cocoapods
  • Expo XDE - the Expo development environment. npm install -g exp

Installation

  1. Clone the repo
git clone https://github.com/jayjunn/humble-bank
cd humble-bank
  1. Install dependencies
npm install
cd ios
pod install
  1. Start development server in the server folder
npm start
  1. Start client in the root folder
expo start

Tech Stack used for this project

  • React Native
  • Express
  • Mongo DB
  • Node.js
  • CSS