Skip to content

saifahn/expenseus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Expenseus

Dependencies

  • Node
  • npm or yarn
  • DynamoDB

Environment variables setup

  • Add a .env.local file in the root folder with your
    • GOOGLE_CLIENT_ID
    • GOOGLE_CLIENT_SECRET
  • Depending on your DynamoDB setup, you may also set
    • DDB_TABLE
    • DDB_ENDPOINT
    • DDB_ACCESS_KEY_ID
    • DDB_SECRET_ACCESS_KEY

Running the application

  • Make sure you have a local dynamodb
# install dependencies
yarn

# create a local dynamodb table
yarn ddb:setup

# run the dev server
yarn dev

You can see the UI at http://127.0.0.1:3000

About

A serverless expense tracking app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages