Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/perfin
Personal Finance Control - Easy and Simple
https://github.com/maxcnunes/perfin
Last synced: 17 days ago
JSON representation
Personal Finance Control - Easy and Simple
- Host: GitHub
- URL: https://github.com/maxcnunes/perfin
- Owner: maxcnunes
- Created: 2013-01-29T00:53:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-24T20:11:46.000Z (over 11 years ago)
- Last Synced: 2024-10-18T07:22:26.273Z (3 months ago)
- Language: JavaScript
- Homepage: http://perfinster.com/
- Size: 12.7 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Perfin
======### What is the Perfin
This is an **open source** small web application for Personal Financial Control.
### Why Open Source
This project have being developed for two reasons:
1. We have not found any app that we really liked and enjoyed to use for a long time.
2. We have been seen many new frameworks and patterns lately emerging and this app was the best way we found to practice all these news.### Configurations
1. Install [MySQL Community Server 5.5.29](http:// "http://www.mysql.com/downloads/mysql/")
2. Execute the script `\Perfin\Perfin\Scripts.Database\Create-DB-MySql.sql` into the database.
3. Installing NuGet packages from packages.config executing `c:\path\to\nuget.exe install -o packages project-folder\packages.config` or just Turn on "Allow NuGet to download missing packages during build" on Visual Studio as you can see on [Scott Halseman Post](http://www.hanselman.com/blog/NuGet20NETPackageManagerReleasedGOUPGRADENOWAndHeresWhy.aspx)
4. **Authentication** - The authentication is provided by Auth0 API.
1) You will need register on [Auth0](http:// "http://auth0.com/")
2) Then will need create a new Application: [settings](http:// "https://app.auth0.com/#/settings")
3) Set the App Callback URLs for this App as `http://localhost:53962/#/`
4) Create the file `appSettings.config` inside the project `Perfin.UI.Web`. This file must have the same values of your Auth0 settings.```xml
```