Skip to content

haslam/Expensify

Repository files navigation

Expensified

A light and easy expense manager to help keep control of an individual's expenses.

This App utilizes firebase for authentication and database To run locally:

  •  yarn install
  • Setup a firebase account (if you don't have one)
  • Create a development database and a test database
  • Retrieve configuration for both databases and set rules
  • create a .env.development file
  • create a .env.test file
  • insert config into respective .env file e.g FIREBASE_PROJECT_ID=XXX88XX88XX
  • Enable required signin methods accordingly
  • run
    yarn run devServer
    or
    yarn start
  • run
    yarn test
    for tests
  • visit http://localhost:8080/

You may remove heroku build if not required.

About

A light and easy expense manager

Resources

Stars

Watchers

Forks

Packages

No packages published