Skip to content

Commit

Permalink
Final deployment to app.budgetzen.net
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoBernardino committed Jan 5, 2022
1 parent f5e0334 commit 5386f30
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 66 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Budget Zen v2 - Web App
# Budget Zen - Web App

[![](https://github.com/BrunoBernardino/budgetzen-web/workflows/Run%20Tests/badge.svg)](https://github.com/BrunoBernardino/budgetzen-web/actions?workflow=Run+Tests)

This is the web app for the [Budget Zen app](https://budgetzen.net), built with Next.js and deployed to AWS with Serverless.

It's v2, meaning it is [end-to-end encrypted via userbase](https://userbase.com), and requires an email + password to work.
This is v2, which is [end-to-end encrypted via userbase](https://userbase.com), and works via web on any device (it's a PWA - Progressive Web App).

It also means it's not compatible with Budget Zen v1, which you can still get locally from [this commit](https://github.com/BrunoBernardino/budgetzen-web/tree/397d625469b7dfd8d1968c847b32e607ee7c8ee9) and built in [here](https://v1.budgetzen.net).
It's not compatible with Budget Zen v1 (not end-to-end encrypted), which you can still get locally from [this commit](https://github.com/BrunoBernardino/budgetzen-web/tree/397d625469b7dfd8d1968c847b32e607ee7c8ee9) and built in [here](https://v1.budgetzen.net). You can still export and import the data as the JSON format is the same (unencrypted).

## Development

Expand All @@ -15,7 +15,7 @@ make install # installs dependencies
make start # starts the app
make pretty # prettifies the code
make test # runs linting and tests
make deploy # deploys to v2.budgetzen.net (requires `serverless` to be installed globally)
make deploy # deploys to app.budgetzen.net (requires `serverless` to be installed globally)
```

## TODOs
Expand Down
Loading

0 comments on commit 5386f30

Please sign in to comment.