Skip to content

Commit

Permalink
[ADD] readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mashanz committed Sep 15, 2021
1 parent da91bf8 commit bab58cf
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
Binary file added docs/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# ArusKas
Aplikasi pencatatan keuangan rumah tangga. Mempermudah analisis arus keuangan bulanan dan tahunan.

## Requirement
- __OS__: Mac, Linux, Windows
- __Python__ 3.9
- __Docker__
- __Git__

## Installation
```sh
# Clone repository
git clone https://github.com/mashanz/logbook-django.git
cd logbook-django

# Run Docker
docker-compose up -d
```
Aplikasi bisa di buka pada browser `https://localhost:8989/`

# Screenshoot

#### Home
![Aplikasi Keuangan](docs/1.png)
#### Dashboard
![Aplikasi Keuangan](docs/2.png)
#### Catatan Keuangan
![Aplikasi Keuangan](docs/3.png)
#### Grafik Keuangan
![Aplikasi Keuangan](docs/4.png)

<hr/>

__maintainer__: [mashanz](https://github.com/mashanz)

0 comments on commit bab58cf

Please sign in to comment.