-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Eric Matte
committed
Jan 13, 2018
1 parent
88ae296
commit 04dc799
Showing
8 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# | ||
# Configuration File Template | ||
# | ||
# | ||
|
||
# | ||
# Domain Address | ||
HOSTNAME = 'example.com' | ||
ORIGIN_URI = 'http://example.com' | ||
|
||
UPLOAD_FOLDER = 'files/uploads' | ||
|
||
# | ||
# Google Sign in | ||
CLIENT_ID = 'google_client_id' | ||
CLIENT_SECRET = 'google_client_secret' | ||
|
||
# | ||
# Admin email | ||
ADMIN_EMAIL = '[email protected]' | ||
|
||
# | ||
# DATABASE | ||
DB_CONNECTION_STRING = 'mysql+pymysql://DB_USERNAME:DB_PASSWORD@localhost:3306/DB_NAME?charset=utf8' |
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# Endless-Budgeto | ||
# Budgeto | ||
 | ||
|
||
Budgeto is a simple webapp that easily help you manage your money. | ||
|
||
It let you quickly have an idea of what you mostly spend during the year. You can also set and track limits on every category available. | ||
|
||
**Backend**: Made in Python using Flask and Jinja2. | ||
|
||
**Frontend**: Made with Angular4. |