You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-2Lines changed: 20 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Spliit is a free and open source alternative to Splitwise. You can either use th
17
17
-[x] Tell the application who you are when opening a group [(#7)](https://github.com/spliit-app/spliit/issues/7)
18
18
-[x] Assign a category to expenses [(#35)](https://github.com/spliit-app/spliit/issues/35)
19
19
-[x] Search for expenses in a group [(#51)](https://github.com/spliit-app/spliit/issues/51)
20
+
-[x] Upload and attach images to expenses [(#63)](https://github.com/spliit-app/spliit/issues/63)
20
21
21
22
### Possible incoming features
22
23
@@ -37,8 +38,8 @@ The project is open to contributions. Feel free to open an issue or even a pull-
37
38
38
39
If you want to contribute financially and help us keep the application free and without ads, you can also:
39
40
40
-
* 💜 [Sponsor me (Sebastien)](https://github.com/sponsors/scastiel), or
41
-
* 💙 [Make a small one-time donation](https://donate.stripe.com/28o3eh96G7hH8k89Ba).
41
+
- 💜 [Sponsor me (Sebastien)](https://github.com/sponsors/scastiel), or
42
+
- 💙 [Make a small one-time donation](https://donate.stripe.com/28o3eh96G7hH8k89Ba).
42
43
43
44
## Run locally
44
45
@@ -55,6 +56,23 @@ If you want to contribute financially and help us keep the application free and
55
56
3. Run `npm run start-container` to start the postgres and the spliit2 containers
56
57
4. You can access the app by browsing to http://localhost:3000
57
58
59
+
## Opt-in features
60
+
61
+
### Expense documents
62
+
63
+
Spliit offers users to upload images (to an AWS S3 bucket) and attach them to expenses. To enable this feature:
64
+
65
+
- Follow the instructions in the _S3 bucket_ and _IAM user_ sections of [next-s3-upload](https://next-s3-upload.codingvalue.com/setup#s3-bucket) to create and set up an S3 bucket where images will be stored.
66
+
- Update your environments variables with appropriate values:
0 commit comments