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
Scrilla is a web application I made to solve a problem I had:
2
+
- I love how mint.com pulls down (when it's working) all my financial transaction data
3
+
- But I don't love how mint.com makes me use that data - I have a particular way of maintaining a budget for my household and a particular set of views into my financial life that I like to be able to see.
4
+
5
+
It was also a good opportunity to explore a few technologies:
6
+
- ASP.NET MVC 3
7
+
- FluentMigrator
8
+
- Entity Framework Code First
9
+
- Dapper
10
+
11
+
To use locally:
12
+
- Add `127.0.0.1 scrilla` to your C:\Windows\System32\drivers\etc\hosts file to enable local access from http://scrilla/
13
+
- Run `\CreateScrillaWebsite.bat` to create the IIS site and app pool
14
+
- After building the solution, run `\scrilla.Data.Migrations\dev\scratch.bat` to create the local database along with permissions for IIS AppPool\scrilla.Web
15
+
- Log in to your mint.com account and then go to https://wwws.mint.com/transactionDownload.event to initiate a full csv download of your account transactions
16
+
- Navigate to http://scrilla/ and upload your transaction file
0 commit comments